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

Bump pyright from 1.1.378 to 1.1.379

dependabot[bot] opened this pull request 4 months ago
Update django to 5.1.1

sobolevn opened this pull request 4 months ago
Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1

dependabot[bot] opened this pull request 4 months ago
Bump django from 5.1 to 5.1.1

dependabot[bot] opened this pull request 4 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 4 months ago
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0

dependabot[bot] opened this pull request 4 months ago
Bump pyright from 1.1.377 to 1.1.378

dependabot[bot] opened this pull request 4 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 4 months ago
Bump mypy from 1.11.1 to 1.11.2

dependabot[bot] opened this pull request 4 months ago
Update `utils`

Viicos opened this pull request 4 months ago
Update `contrib.sessions.backends`

Viicos opened this pull request 4 months ago
Update `db.migrations.operations`

Viicos opened this pull request 4 months ago
feat: Add missing stubs

BradleyKirton opened this pull request 4 months ago
Bump django from 5.0.8 to 5.1

Viicos opened this pull request 4 months ago
Bump pyright from 1.1.376 to 1.1.377

dependabot[bot] opened this pull request 4 months ago
Don't modify return values of manager methods in place, modify a copy instead

jkaikkosplk opened this pull request 4 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 4 months ago
Add arbitrary named arguments to @receiver decorator

craigds opened this pull request 4 months ago
Bump pyright from 1.1.375 to 1.1.376

dependabot[bot] opened this pull request 4 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 4 months ago
Resolve configured `AUTH_USER_MODEL` with a `get_type_analyze_hook`

flaeppe opened this pull request 4 months ago
Use mypy's `make_optional_type` instead of shipping our own

flaeppe opened this pull request 5 months ago
Enable `mypy.plugins.proper_plugin`

flaeppe opened this pull request 5 months ago
Check annotated fields in `<QuerySet>.filter` call

flaeppe opened this pull request 5 months ago
5.1: Deprecate CheckConstraint.check

q0w opened this pull request 5 months ago
Bump django from 5.0.8 to 5.1

dependabot[bot] opened this pull request 5 months ago
Bump pyright from 1.1.374 to 1.1.375

dependabot[bot] opened this pull request 5 months ago
Fix `tuple[A]` types to be `tuple[A, ...]` types

sobolevn opened this pull request 5 months ago
Add a lot of runtime defaults to stubs with `stubdefaulter`

sobolevn opened this pull request 5 months ago
This PR adds some defaults to stubs with `stubdefaulter`

sobolevn opened this pull request 5 months ago
Bump django from 5.0.7 to 5.0.8

sobolevn opened this pull request 5 months ago
Bump django from 5.0.7 to 5.0.8

dependabot[bot] opened this pull request 5 months ago
Do `models.Model` adjustments from `get_metaclass_hook`

flaeppe opened this pull request 5 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 5 months ago
Bump black from 24.4.2 to 24.8.0

dependabot[bot] opened this pull request 5 months ago
Fixed sql types

ashm-dev opened this pull request 5 months ago
Add Typing for EmailField with Support for String Set and Get Types

ashm-dev opened this pull request 5 months ago
Fixed bugs with RawQuerySet

ashm-dev opened this pull request 5 months ago
Don't populate a type arg for non generic managers

flaeppe opened this pull request 5 months ago
Remove `FieldDoesNotExist` from where it's not present at runtime

flaeppe opened this pull request 5 months ago
Declare `ManyToManyField.description` a `_StrOrPromise`

flaeppe opened this pull request 5 months ago
Use `Any` for `ConnectionProxy` attributes

RealOrangeOne opened this pull request 5 months ago
Update build status link for `django-stubs-ext`

flaeppe opened this pull request 5 months ago
Remove `BaseManager.cache` attribute

flaeppe opened this pull request 5 months ago
Loosen bound on `CurrentSiteManager` manager type var

flaeppe opened this pull request 5 months ago
Regression test for #2302

sobolevn opened this pull request 5 months ago
Update pyright to 1.1.374

sobolevn opened this pull request 5 months ago
Bump pyright from 1.1.373 to 1.1.374

dependabot[bot] opened this pull request 5 months ago
Run mypy with `--strict` on `assert_type` tests

flaeppe opened this pull request 5 months ago
A workaround for #2299

sobolevn opened this pull request 5 months ago
[5.0.3 regression] `GenericRelation` has no attribute

andersk opened this issue 5 months ago
Bump mypy from 1.11.0 to 1.11.1

dependabot[bot] opened this pull request 5 months ago
Allow `fields` being an `Iterable` in `bulk_update`

flaeppe opened this pull request 5 months ago
Test usage of `from_queryset` manager as reverse manager

flaeppe opened this pull request 5 months ago
try and use named arguments from caller for matching name

asottile opened this pull request 5 months ago
django.contrib.auth should return the configured User type

asottile-sentry opened this issue 5 months ago
match Field TypeVar variance in models.fields.related

asottile opened this pull request 5 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 5 months ago
Unable to import Celery

rrfirstwork opened this issue 5 months ago
Fix type hints for `SimpleTestCase`

flaeppe opened this pull request 5 months ago
Check correct model on m2m reverse values/values_list

flaeppe opened this pull request 5 months ago
Bump pre-commit from 3.7.1 to 3.8.0

dependabot[bot] opened this pull request 5 months ago
Refactor: Unify plugin check for model type info

flaeppe opened this pull request 5 months ago
Prepare for a release `5.0.4`

flaeppe opened this pull request 5 months ago
ManyToMany relation wrongly validates values_list field name

Andrioden opened this issue 5 months ago
Check correct model on other side of many to many reverse filtering

flaeppe opened this pull request 5 months ago
convert as_manager hooks to base class hook

asottile opened this pull request 5 months ago
fill QuerySet generics using the manager's model type

asottile opened this pull request 5 months ago
Don't remove `objects` attribute from `Model` in plugin

flaeppe opened this pull request 5 months ago
Bump pytest from 8.3.1 to 8.3.2

dependabot[bot] opened this pull request 5 months ago
Check model fields on filtering methods of queryset types

flaeppe opened this pull request 5 months ago
lookup manager type via mro

asottile opened this pull request 5 months ago
Check calls to filtering manager methods involving `ManyToManyField`

flaeppe opened this pull request 5 months ago
Prepare for a release `5.0.3`

flaeppe opened this pull request 5 months ago
Bump pyright from 1.1.372 to 1.1.373

dependabot[bot] opened this pull request 5 months ago
reverse relations are not recognized by mypy

AlexandrVasilchuk opened this issue 5 months ago
add missing type argument to `Paginator`

joshuadavidthomas opened this pull request 5 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 5 months ago
Update mypy to 1.11.0

sobolevn opened this pull request 5 months ago
Bump pytest from 8.2.2 to 8.3.1

dependabot[bot] opened this pull request 5 months ago
Bump mypy from 1.10.1 to 1.11.0

dependabot[bot] opened this pull request 5 months ago
add `Path` type argument to tuple returned by `get_app_template_dirs`

joshuadavidthomas opened this pull request 5 months ago
Bump pyright from 1.1.371 to 1.1.372

dependabot[bot] opened this pull request 5 months ago
Refactor: Unify plugin check for model type info

flaeppe opened this pull request 5 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 5 months ago
Allow single generic param for Field in ForeignKey

rafonseca opened this pull request 5 months ago
Support inheriting ManyToManyField from an abstract model

flaeppe opened this pull request 5 months ago