Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/typeddjango/django-stubs

PEP-484 stubs for Django
https://github.com/typeddjango/django-stubs

Update Django db backend base wrapper

UnknownPlatypus opened this pull request 12 months ago
fix as manager and from queryset self types (#1788)

moranabadie opened this pull request 12 months ago
As_manager: Self not taken into account

moranabadie opened this issue 12 months ago
`django.core.management` stub update

UnknownPlatypus opened this pull request 12 months ago
Fix IndexError crash when using `from_queryset()` of custom Manager subclass

moranabadie opened this pull request 12 months ago
IndexError: tuple index out of range

christianbundy opened this issue almost 1 year ago
"cannot import name 'parse_bool'" after updating somes packages

batiste opened this issue almost 1 year ago
fix: UserAdmin accepts AbstractUser

GabDug opened this pull request almost 1 year ago
Drop hard dependency on mypy

intgr opened this pull request almost 1 year ago
setup.py install is deprecated

intgr opened this issue almost 1 year ago
Next release planning (4.2.6)

intgr opened this issue almost 1 year ago
Bump mypy from 1.6.0 to 1.6.1

dependabot[bot] opened this pull request almost 1 year ago
Fix `Field.formfield()`, `GeometryField.formfield()` methods

brianhelba opened this pull request about 1 year ago
Version 4.2.5 release (django-stubs, django-stubs-ext)

intgr opened this pull request about 1 year ago
Bump black

sobolevn opened this pull request about 1 year ago
Bump black from 23.9.1 to 23.10.0

dependabot[bot] opened this pull request about 1 year ago
Django core cache

UnknownPlatypus opened this pull request about 1 year ago
Tests: Add mypy error codes to typecheck

UnknownPlatypus opened this pull request about 1 year ago
Bump pre-commit from 3.4.0 to 3.5.0

dependabot[bot] opened this pull request about 1 year ago
Reuse `functools.cached_property` definition instead of defining our own

intgr opened this pull request about 1 year ago
Update `django.middleware.csrf` types

UnknownPlatypus opened this pull request about 1 year ago
Update `@property` attributes to `@cached_property` part 2

UnknownPlatypus opened this pull request about 1 year ago
Support `psycopg2.sql.SQL` in `QuerySet.raw`

flaeppe opened this pull request about 1 year ago
Require 1 callable argument for `@cached_property`

flaeppe opened this pull request about 1 year ago
Add stubs for `django.contrib.postgres.expressions`

flaeppe opened this pull request about 1 year ago
Bump mypy from 1.5.1 to 1.6.0

dependabot[bot] opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 year ago
ValueError: Related model 'accounts.user' cannot be resolved

AbdusalomovIbroxim opened this issue about 1 year ago
Update `@property` attributes to `@cached_property` part 1

UnknownPlatypus opened this pull request about 1 year ago
CI: Enable testing with Python 3.12

intgr opened this pull request about 1 year ago
Add version 4.2.4 to version compatibility table

intgr opened this pull request about 1 year ago
Update django to 4.2.6

sobolevn opened this pull request about 1 year ago
Bump django from 4.2.5 to 4.2.6

dependabot[bot] opened this pull request about 1 year ago
Incorrect annotation for ModelAdmin.view_on_site

cuu508 opened this issue about 1 year ago
"type[Model]" has no attribute "objects" error

jewelvadim opened this issue about 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 year ago
Misc test stubs types

UnknownPlatypus opened this pull request about 1 year ago
Fix `django.test.signals` types

UnknownPlatypus opened this pull request about 1 year ago
Bug: `LagLeadFunction` does not accept `Combinable`

rows-s opened this issue about 1 year ago
docs(contributing): Fix link to django_stubs_ext

tony opened this pull request about 1 year ago
docs(README): Fix link to django_stubs_ext

tony opened this pull request about 1 year ago
Resolve any `settings.AUTH_USER_MODEL` used as `to` in relation

flaeppe opened this pull request about 1 year ago
Add missing `_default_manager` symbol to generated through model

flaeppe opened this pull request about 1 year ago
Type[SomeConcreteModel] has no attribute "objects" -- but it does at runtime

asottile-sentry opened this issue about 1 year ago
fill out descriptor for ModelStateFieldsCacheDescriptor

asottile opened this pull request about 1 year ago
[5.0] Added many new a-prefixed asynchronous methods

bigfootjon opened this pull request about 1 year ago
Next release planning (4.2.5)

flaeppe opened this issue about 1 year ago
Narrow down annotations for fields.Field.formfield

WhyNotHugo opened this pull request about 1 year ago
Types for django.db.models.fields.formfield

WhyNotHugo opened this issue about 1 year ago
AbstractBaseUser.REQUIRED_FIELDS is a ClassVar

WhyNotHugo opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 year ago
Don't crash on bad arguments for model relationship fields

flaeppe opened this pull request about 1 year ago
Add no blanket type ignore

UnknownPlatypus opened this pull request about 1 year ago
Improve hints for `ReverseOneToOneDescriptor` and start using it

flaeppe opened this pull request about 1 year ago
Update `Model._meta` to `ClassVar[Options[Self]]`

flaeppe opened this pull request about 1 year ago
Verify that `Manager.from_queryset()` handles invalid argument types

flaeppe opened this pull request about 1 year ago
Treat get_user_model as a dynamic class factory

ljodal opened this pull request about 1 year ago
related_name not found when models are from different apps

bshelkhonov opened this issue about 1 year ago
Gracefully handle unwanted types when creating fallback managers

flaeppe opened this pull request about 1 year ago
Handle mismatching types in queryset method resolving gracefully

flaeppe opened this pull request about 1 year ago
Specify error codes to ignore for plugin type ignores

flaeppe opened this pull request about 1 year ago
Add plugin support for `apps.get_model()`

flaeppe opened this pull request about 1 year ago
Improve `Field.formfield()`, `GeometryField.formfield()` methods

brianhelba opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 year ago
Update layer.pyi

niconoe opened this pull request about 1 year ago
Use `functools.cached_property` in favor of Django's in mypy plugin

flaeppe opened this pull request about 1 year ago
Remove `null` and `validators` arguments from `ManyToManyField.__init__`

flaeppe opened this pull request about 1 year ago
Add better support for `ManyToManyField`'s `through` model

flaeppe opened this pull request about 1 year ago
chore: Migrate from flake8 to ruff

GabDug opened this pull request about 1 year ago
chore: add some missing generic types

GabDug opened this pull request about 1 year ago
Type django.views

GabDug opened this pull request about 1 year ago
fix: missing max_length attribute on forms.FileField

GabDug opened this pull request about 1 year ago
Fix _Composable protocol for compatibility with psycopg2-stubs change

andersk opened this pull request about 1 year ago
Model.objects cannot be defined using QuerySet.as_manager

orsinium opened this issue about 1 year ago
Abstract models cannot be used in type annotations

orsinium opened this issue about 1 year ago
Fix variance for all Migration list attributes

brianhelba opened this pull request about 1 year ago
Allow to work with django-configurations

kaldown opened this issue about 1 year ago
adjust bases in CreateModel to allow for mixins

asottile opened this pull request about 1 year ago
fix variance for migration operations

asottile opened this pull request about 1 year ago
Annotate Migration fields as a ClassVar

brianhelba opened this pull request about 1 year ago
Fix wrong type hints for SyndicationFeed methods

WhyNotHugo opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 year ago
Use `parse_bool` implementation from mypy

flaeppe opened this pull request about 1 year ago
Fixed `TemplateResponse.cookies` attribute and `SimpleCookie` type

apollo13 opened this pull request about 1 year ago
Resolve dynamic manager methods through manager MRO

flaeppe opened this pull request about 1 year ago
Bump black from 23.7.0 to 23.9.1

dependabot[bot] opened this pull request about 1 year ago
Support inheriting manager classes created via `.from_queryset`

flaeppe opened this pull request about 1 year ago
Bump pytest from 7.4.1 to 7.4.2

dependabot[bot] opened this pull request about 1 year ago
Annotate return value of all "deconstruct" methods

brianhelba opened this pull request about 1 year ago
Remove redefinition of inherited "deconstruct" methods.

brianhelba opened this pull request about 1 year ago
Remove redefinition of inherited "deconstruct" methods.

brianhelba opened this pull request about 1 year ago
Remove "django.forms.Field.deconstruct"

brianhelba opened this pull request about 1 year ago