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

Misc Widgets and Requests types

GabDug opened this pull request about 1 year ago
Fix BaseModelForm, ErrorList, ErrorDict `__init__(renderer=)` parameter

GabDug opened this pull request about 1 year ago
fix: Fixed compiler.pui file

ashm-tech opened this pull request about 1 year ago
SQLCompiler.setup_query - incorrect signature

senseysensor opened this issue about 1 year ago
Remove a bunch of unused code

flaeppe opened this pull request about 1 year ago
Only populate a model argument for generic managers

flaeppe opened this pull request about 1 year ago
Update to `Django=4.2.5`

sobolevn opened this pull request about 1 year ago
Bump actions/checkout from 3 to 4

dependabot[bot] opened this pull request about 1 year ago
Bump django from 4.2.4 to 4.2.5

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
MultivalueDict items should return only last item

matejsp opened this pull request about 1 year ago
Support `@overload` methods in `from_queryset`

sobolevn opened this pull request about 1 year ago
Do not use meaningful actions in `assert`

sobolevn opened this pull request about 1 year ago
Bump pre-commit from 3.3.3 to 3.4.0

dependabot[bot] opened this pull request about 1 year ago
Bump pytest from 7.4.0 to 7.4.1

dependabot[bot] opened this pull request about 1 year ago
Declare manager class attributes on models as `ClassVar`s

flaeppe opened this pull request about 1 year ago
Use dict as data structure for `model_modules`

flaeppe opened this pull request about 1 year ago
Include model base subclasses in plugin base class hook condition

flaeppe opened this pull request about 1 year ago
Add get_attname_column method of models.Field

gg-mmill opened this pull request about 1 year ago
Change plugin hook condition for analyzing model base class

flaeppe opened this pull request about 1 year ago
Fix `django_stubs_ext` directory collision with installation name

flaeppe opened this pull request about 1 year ago
Add TypeVar resolution for as_manager querysets (typeddjango#1646)

moranabadie opened this pull request about 1 year ago
Make "default_storage" produce a "Storage" object

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
Mark abstract model classes as abstract classes (in mypy)

flaeppe opened this pull request about 1 year ago
fix: Fixed typing for the "to" variable

ashm-tech opened this pull request about 1 year ago
View.dispatch somehow treated as a staticmethod

orsinium 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
Fix `F.resolve_expression()` return type

schinckel opened this pull request about 1 year ago
Update test_aliases.py

ashm-tech opened this pull request about 1 year ago
Bump mypy from 1.4.1 to 1.5.1

dependabot[bot] opened this pull request about 1 year ago
Add private attribute note to contributing guide

adamchainz 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 compatible-mypy to 1.5.x

intgr opened this pull request about 1 year ago
Next release planning (4.2.4)

intgr opened this issue about 1 year ago
Bump mypy from 1.4.1 to 1.5.0

dependabot[bot] opened this pull request about 1 year ago
Move ModelBase.objects declaration to Model.objects, for mypy 1.5.0

andersk opened this pull request about 1 year ago
Custom managers broken with mypy 1.5.0

andersk opened this issue about 1 year ago
feat(auth): add stub for BasePasswordHasher decode method and salt_entropy variable

Kadermiyanyedi opened this pull request about 1 year ago
create_new_manager_class_from_as_manager_method : TypeVar QuerySet does not seems to work.

MoranAbadieGatewatcher opened this issue about 1 year ago
django-stubs does not appear to run in a pre-commit environment

dakotahorstman opened this issue about 1 year ago
Restore django.test.signals.setting_changed

adamchainz opened this pull request about 1 year ago
related name not found when the model definitions are not in app_name/models.py

MoranAbadieGatewatcher opened this issue about 1 year ago
Fix typos discovered by codespell

cclauss opened this pull request about 1 year ago
Make WSGIHandler compatible with stdlib wsgi definition

asottile opened this pull request about 1 year ago
Bump django from 4.2.3 to 4.2.4

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
fix(Options): pk cannot be None

gg-mmill opened this pull request about 1 year ago
Bump pytest-mypy-plugins from 2.0.0 to 3.0.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
Add timeouts to CI jobs

sobolevn opened this pull request about 1 year ago
get_group_by_cols() -> list[BaseExpression]

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

pre-commit-ci[bot] opened this pull request over 1 year ago
[stubtest] Fix forms media property definitions

UnknownPlatypus opened this pull request over 1 year ago
Make mypy a soft dependency

jorenham opened this issue over 1 year ago
`stubtest` contribution guide comes out non successful

flaeppe opened this issue over 1 year ago
Forbid instantiating abstract models

sobolevn opened this pull request over 1 year ago
Instantiating an abstract model yields no error

flaeppe opened this issue over 1 year ago
get_group_by_cols does not seem to have the correct type

asottile-sentry opened this issue over 1 year ago
Fix input type of conditional_escape

ljodal opened this pull request over 1 year ago
Update .pre-commit-config.yaml

sobolevn opened this pull request over 1 year ago
Bump black from 23.3.0 to 23.7.0

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

pre-commit-ci[bot] opened this pull request over 1 year ago
Declare View.http_method_names as Sequence

q0w opened this pull request over 1 year ago
Update Django to 4.2.3

sobolevn opened this pull request over 1 year ago
Reveal missing stubtest errors

UnknownPlatypus opened this pull request over 1 year ago
View.http_method_names should be Iterable

q0w opened this issue over 1 year ago
Constants from settings not resolved

matejsp opened this issue over 1 year ago
Try solving missing `django-stubs-ext` module

sobolevn opened this pull request over 1 year ago
Bump django from 4.2.2 to 4.2.3

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

pre-commit-ci[bot] opened this pull request over 1 year ago
DefaultStorage has no attribute "url"

mlazar-endear opened this issue over 1 year ago
Add missing things to makemigrations

adamchainz opened this pull request over 1 year ago
Allow translated URL patterns in path(), re_path()

imankulov opened this pull request over 1 year ago
Add _body attribute to HttpRequest

asottile opened this pull request over 1 year ago
Using django-stubs with django-multitenant

Mapiarz opened this issue over 1 year ago
Hotfix release (4.2.3)

intgr opened this issue over 1 year ago
Version 4.2.3 release (django-stubs only)

intgr opened this pull request over 1 year ago
Run tests in multiple shards and all Python versions

sobolevn opened this pull request over 1 year ago
Install all optional requirements of Django

sobolevn opened this issue over 1 year ago
Bump `pytest-mypy-plugins` and improve `jinja2` stubs

sobolevn opened this pull request over 1 year ago
Fix `Date[Time]Field` explicit `Any` warning

sobolevn opened this pull request over 1 year ago
BigIntegerField has MAX_BIGINT

asottile opened this pull request over 1 year ago
Overriding AppConfig.default_auto_field incorrectly raises type error

markedwards opened this issue over 1 year ago
Fix overriding AppConfig.default_auto_field with string value

GabDug opened this pull request over 1 year ago
Fix MiddlewareMixin.__call__() return type

GabDug opened this pull request over 1 year ago
`MiddlewareMixin.__call__` -- Return type incompatible with supertype

christianbundy opened this issue over 1 year ago
`AppConfig.default_auto_field` -- Incompatible types in assignment

christianbundy opened this issue over 1 year ago
Make error_messages and default_error_messages types stricter

intgr opened this pull request over 1 year ago