Ecosyste.ms: OpenCollective

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

TypedDjango

django-stubs, djangorestframework-stubs, pytest-mypy-plugins
Collective - Host: opensource - https://opencollective.com/typeddjangoorg - Code: https://github.com/typeddjango

Fix for #54 - allow regexes when matching expected message text (#55)

* Some refactoring before making the change - use an object for expected output rather than a st...

github.com/typeddjango/pytest-mypy-plugins - 170b21d05ae03630b392605cb3c2048a190e0ef7 authored about 3 years ago by Simon Brunning <[email protected]>
Add permissions.OperandHolder to decorators.permission_classes signature (#162)

* Add permissions.OperandHolder to decorators.permission_classes signature

* Test decorators....

github.com/typeddjango/djangorestframework-stubs - 8ba53c7db451e50aec86d51baafecf9b2315c90e authored about 3 years ago by Kon Tsaki <[email protected]>
extend ProtectedError and RestrictedError stubs (#682)

types for their properties

github.com/typeddjango/django-stubs - 44f7c25a4e533e37c2ca4ef80a067e0c5e1733cc authored about 3 years ago by Tim Nyborg <[email protected]>
Remove assertions for mypy builtins (#685)

github.com/typeddjango/django-stubs - 696f39b58c9163abbb00705f22754eb5f6f15de4 authored about 3 years ago by Abhyudai <[email protected]>
Add tests for some queryset methods (#684)

github.com/typeddjango/django-stubs - 01eecf901f5a3d2521b4c2d349fd95629fc1e5f5 authored about 3 years ago by Abhyudai <[email protected]>
Update type of BinaryField to include memoryview as well (#686)

github.com/typeddjango/django-stubs - 695a7d71a7a228345bc068b8109c8027457b5887 authored about 3 years ago by Abhyudai <[email protected]>
Fix/673/from queryset then custom qs method (#680)

* Fix `MyModel.objects.filter(...).my_method()`

* Fix regression: `MyModel.objects.filter(......

github.com/typeddjango/django-stubs - 8da8ab486232713da5bb3532e5f0252d0d4b8b1a authored about 3 years ago by Seth Yastrov <[email protected]>
Change PasswordResetForm.get_users() to return Iterable, not Iterator. (#678)

This matches the actual implementation in Django, where it only attempts
to use the result of g...

github.com/typeddjango/django-stubs - 08a662ecb10714310722bdd5382fff88066a71ef authored about 3 years ago by Richard Xia <[email protected]>
Change PasswordResetForm.save() to accept HttpRequest, not WSGIRequest. (#679)

github.com/typeddjango/django-stubs - 0d7c32f38e3b9f1a59cf66b022237df64a024990 authored about 3 years ago by Richard Xia <[email protected]>
Add @display to django.contrib.admin (#677)

The `display` decorator is defined in `django.contrib.admin.decorators`, but
isn't included in ...

github.com/typeddjango/django-stubs - 51183231e036b7533ec4836d5ef91c9516821a46 authored about 3 years ago by Michael Williamson <[email protected]>
Add accepts method stub in HttpRequest (#676)

* Add accepts method to HttpRequest stubs

The accepts method (and dependencies) was missing i...

github.com/typeddjango/django-stubs - d29dacd64b722d94a8fc9b38ea93ed4f48c6f710 authored about 3 years ago by snmishra <[email protected]>
Add datetime to DateTimeField (#675)

* Add datetime to set_type of DateTimeField

`DateTimeField` was missing `datetime` as a valid...

github.com/typeddjango/django-stubs - ee51aa4bf8da3b26c651f08e9055aedc047c422e authored about 3 years ago by snmishra <[email protected]>
Serializer iterator returns BoundField, not str. (#161)

github.com/typeddjango/djangorestframework-stubs - 7f698898dd6b230b146559dc45643d7c2a2ba329 authored about 3 years ago by Daniel Roseman <[email protected]>
Fixes by misspell-fixer (#674)

Co-authored-by: sobolevn <[email protected]>

github.com/typeddjango/django-stubs - ee9c0d4a3222a2fe3ff9fcf90cbd7db408157cef authored about 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Adding additional root keys (#160)

* Root keys

* Update rest_framework-stubs/schemas/openapi.pyi

* Update rest_framework-stub...

github.com/typeddjango/djangorestframework-stubs - e59097e38e3d66791c6d3bf886dda3a627d4d29a authored about 3 years ago by Daniel Hnyk <[email protected]>
QuerySet.annotate improvements (#398)

* QuerySet.annotate returns self-type. Attribute access falls back to Any.

- QuerySets that h...

github.com/typeddjango/django-stubs - cfd69c0acc4bb3c282cab4a411b014afe280d359 authored about 3 years ago by Seth Yastrov <[email protected]>
Add nbQA to integrations (#71)

Hey, thanks for this comprehensive "awesome list"! Am just suggesting to add nbQA to the integra...

github.com/typeddjango/awesome-python-typing - d56f92d3d9ebdc753807a89db42ba14c2302f5ed authored about 3 years ago by Marco Edward Gorelli <[email protected]>
Update sqlalchemy stubs (#68)

* Update sqlalchemy stubs

The SQLAlchemy project now provides stubs and a mypy plugin.

* A...

github.com/typeddjango/awesome-python-typing - 89db4970775ccd0b0648187951e8c9c82fc0c2f1 authored about 3 years ago by wwuck <[email protected]>
Add NumPy mypy plugin (#70)

* Add NumPy mypy plugin

* Add NumPy link

* Match existing descriptions

github.com/typeddjango/awesome-python-typing - c5c340cc2b523893e9d9b41cc251597a80f081c2 authored about 3 years ago by wwuck <[email protected]>
Replace accepts expression as string (#671)

Fixes #503

github.com/typeddjango/django-stubs - c69e720dd86d28ed7a7ddb8034503fcc5e1db861 authored over 3 years ago by Tim Nyborg <[email protected]>
widen type of make_password and get_hasher parameters (#670)

* widen type of make_password's hasher

make_password will accept a subclass of BasePasswordHa...

github.com/typeddjango/django-stubs - 2a9410f3b11e48747c907599d9b05866fc66f80d authored over 3 years ago by Tim Nyborg <[email protected]>
More tools (#67)

* Add strongtyping

Close #66

* Add asgiref

* Add pylance

* Add mypy-playground

* ...

github.com/typeddjango/awesome-python-typing - 520c9767d24bf2d9bdde518eb978dddf2e68e853 authored over 3 years ago by Gram <[email protected]>
Fix __iter__ not returning iterator (#159)

github.com/typeddjango/djangorestframework-stubs - 735e84c51b29839408288efec202abb97f7023c9 authored over 3 years ago by henribru <[email protected]>
Refactoring: names, order, sections (#65)

* fix markdownlint violations

* normalize names following PEP 503

https://www.python.org/d...

github.com/typeddjango/awesome-python-typing - a5689ced5c4050d93391de7e42142c9d82bbcee8 authored over 3 years ago by Gram <[email protected]>
Add end-of-file-fixer hook to pre-commit (#668)

github.com/typeddjango/django-stubs - cc5d363cfaa9b1c317e064c5e80381ce6843d1fc authored over 3 years ago by Petter Friberg <[email protected]>
Add end-of-file-fixer hook to pre-commit (#156)

github.com/typeddjango/djangorestframework-stubs - fc3e1d9e9805569490d561a566b84cc0230dcaee authored over 3 years ago by Petter Friberg <[email protected]>
Make APIView.content_negotiation_class type, not str (#155)

github.com/typeddjango/djangorestframework-stubs - d3eb733bb1ee7430cab6ce70002ce1a1498b9e46 authored over 3 years ago by Petter Friberg <[email protected]>
fix(BaseCache): corrected return type of get_many func (#666)

* fix(BaseCache): corrected return type of get_many func

* fix(basecache): made required changes

github.com/typeddjango/django-stubs - 446589e133e99debbcbe0f17d9f974ff68c02dbd authored over 3 years ago by Abhishek Chaudhary <[email protected]>
Adds DjangoFilterBackend option for filter_backends (#154)

* Support DjangoFilterBackend for filter_backends

* Add django-filter requirement to setup.py...

github.com/typeddjango/djangorestframework-stubs - c1aa6bd34b318c6584a920e65d9f4d0cf9d483de authored over 3 years ago by Tom Parker-Shemilt <[email protected]>
Better linting config (#664)

* Better linting config

* Applies isort on django-stubs, only style changes

* Fixes black ...

github.com/typeddjango/django-stubs - d5e45db79bcea6d6f4f45eacca3a2fe6e125e2e3 authored over 3 years ago by Nikita Sobolev <[email protected]>
Adds more rules to mypy config, related #662 (#663)

* Adds more rules to mypy config, related #662

* Removes plugin.ini for mypy settings

* Fi...

github.com/typeddjango/django-stubs - 552f2ffc0c2481b592b9f634c245c615acf48c7f authored over 3 years ago by Nikita Sobolev <[email protected]>
fix CursorWrapper iter method (#628)

github.com/typeddjango/django-stubs - d9c63f5e71818a3e751a78bc9bca90768def63e5 authored over 3 years ago by horpto <[email protected]>
chore: remove excess # type: ignore comments in _ValuesQuerySet (#662)

github.com/typeddjango/django-stubs - 008dcdbcb6c13ba6c0639b9f42b4850e7f1856d0 authored over 3 years ago by Michael Aquilina <[email protected]>
Add more method signatures for _ValuesQuerySet (#661)

github.com/typeddjango/django-stubs - 5c3ce171b20804c990c1dcbffaf4c40940e5add0 authored over 3 years ago by Michael Aquilina <[email protected]>
chore: remove unused class stubs from query.pyi (#660)

github.com/typeddjango/django-stubs - 13c620f572f67c768d9099f8fd3d824184f6881c authored over 3 years ago by Michael Aquilina <[email protected]>
Add distinct, order_by and all method signatures for _ValuesQuerySet (#657)

github.com/typeddjango/django-stubs - ded66f6937552f773524d12d101106cf99f6e344 authored over 3 years ago by Michael Aquilina <[email protected]>
Use `Sequence` instead of `List` for `path` param (#659)

Unlike `List`, which is invariant, `Sequence` is covariant, which lets
`path` accept lists of s...

github.com/typeddjango/django-stubs - 739b1711a9df342fd9e53efbbf982db917723e7a authored over 3 years ago by David Szotten <[email protected]>
Fix type of MigrationLoader.applied_migrations (#656)

Co-authored-by: Darius Marian <[email protected]>

github.com/typeddjango/django-stubs - cf6952c9df385a699dd63054b6753eb924b0c68c authored over 3 years ago by darius-blink <[email protected]>
Check whether reported issues actually fails currently (#653)

github.com/typeddjango/django-stubs - 0c3252fb974c39877d717f706674c98616f7ccdb authored over 3 years ago by Seth Yastrov <[email protected]>
Rename ValuesQuerySet -> _ValuesQuerySet and remove _BaseQuerySet. Ma… (#654)

* Rename ValuesQuerySet -> _ValuesQuerySet and remove _BaseQuerySet. Make a public alias called ...

github.com/typeddjango/django-stubs - f9317c767978b0521b84e2014c8ffcf0ac0120eb authored over 3 years ago by Seth Yastrov <[email protected]>
Allow setting AutoFields to None (#634)

github.com/typeddjango/django-stubs - 29e971ed9d9ddce70331ceb3acfc5c903edbe183 authored over 3 years ago by Seth Yastrov <[email protected]>
fix ModelSerializer.serializer_field_mapping value type (#153)

github.com/typeddjango/djangorestframework-stubs - 27533ac5adb937588f402f333df6afc17f3343dd authored over 3 years ago by Étienne Noss <[email protected]>
[WIP/RFC] Revisit patching of mypy builtins (reveal_{type,locals}) (#615)

* Revisit patching of mypy builtins (reveal_{type,locals})

Fixes https://github.com/typeddjan...

github.com/typeddjango/django-stubs - a00563cfa42e153a2457bdcc1e21b092e3ee0444 authored over 3 years ago by Daniel Hahler <[email protected]>
Adds docs for how Field access works

github.com/typeddjango/django-stubs - 159a0e47904ad5dabf7d1ca4f3b43233ebcbea9f authored over 3 years ago by sobolevn <[email protected]>
Make remaining fields accept default=None/initial=None (#152)

ChoiceField, MultipleChoiceField, FilePathField, FileField, ImageField,
ListField, DictField, H...

github.com/typeddjango/djangorestframework-stubs - eea2474c49bf45b9c15eb1510203fcd49d838e0d authored over 3 years ago by Marti Raudsepp <[email protected]>
Add missing `code` argument to `permission_denied` (#149)

github.com/typeddjango/djangorestframework-stubs - 6160a461ecac727f3c78ef75bc536aeed88f471b authored over 3 years ago by henribru <[email protected]>
Add Mypy 0.900 compatibility (#151)

github.com/typeddjango/djangorestframework-stubs - d0db3dc9008b69a2de974f59612475f7e72f61e9 authored over 3 years ago by henribru <[email protected]>
Improves edit.py and its forms (#648)

* Improves edit.py and its forms

* Adds tests

github.com/typeddjango/django-stubs - eb702384a8c77dcdaa57d5e56a1bd21272e04eb8 authored over 3 years ago by Nikita Sobolev <[email protected]>
Patch detail and list generic view base classes (#642)

Similar to the already patched `FormMixin`, the detail and list generic view classes are also mi...

github.com/typeddjango/django-stubs - acfe0ce820a5697e9f88ba3e4cb00323dcdc5721 authored over 3 years ago by Chris Beaven <[email protected]>
Copy decorated queryset methods to manager too (#646)

* copy decorated queryset methods to manager too

* added test for from_manager with decorated...

github.com/typeddjango/django-stubs - f182b39c91398019642159ba5f34e5c979c24356 authored over 3 years ago by Patrick Gingras <[email protected]>
Add missing queryset annotations (#644)

github.com/typeddjango/django-stubs - 96ae17f4a78e2d187c0e8f17ec230dfd1c7138cf authored over 3 years ago by Anton Agestam <[email protected]>
Adds support for pyproject.toml files (#639)

* Adds support for pyproject.toml files

Since mypy 0.900 the pyproject.toml files are support...

github.com/typeddjango/django-stubs - 397e3f3dacdd963995ae55600a376a9e69de563d authored over 3 years ago by Cesar Canassa <[email protected]>
Update README.md

github.com/typeddjango/pytest-mypy-plugins - e5ee2238b400772d1c9d9adbdb55f1428e423407 authored over 3 years ago by Nikita Sobolev <[email protected]>
Allow Collection for 'fields' and 'exclude' of form model helpers (#637) (#640)

* Allow Collection for 'fields' and 'exclude' of form model helpers (#637)

There are several ...

github.com/typeddjango/django-stubs - 8c387e85fe5d3c3759b4ecbba643b0f2491fd063 authored over 3 years ago by Maarten ter Huurne <[email protected]>
fix tests for mypy 0.900 (#641)

github.com/typeddjango/django-stubs - 77f9926ce1e9606b32b0bc0d8b30c2a22f6398f9 authored over 3 years ago by Cesar Canassa <[email protected]>
Update README.md

github.com/typeddjango/pytest-mypy-plugins - 19f01c69d986057531186553d70b225ce7f142e4 authored over 3 years ago by Nikita Sobolev <[email protected]>
Update test.yml

github.com/typeddjango/django-stubs - 47f1700a8b1f5d0ec279ebaf27fd59c84254d1ff authored over 3 years ago by Nikita Sobolev <[email protected]>
Add typing_utils (#61)

github.com/typeddjango/awesome-python-typing - f6ef6074093a68ad3923b25991f5bbd2dc401394 authored over 3 years ago by bojiang <[email protected]>
get_language can sometimes return None (#633)

https://docs.djangoproject.com/en/3.2/ref/utils/#django.utils.translation.get_language
> Return...

github.com/typeddjango/django-stubs - 48c0bf071301a69350559b3832eef97f735d65d1 authored over 3 years ago by Seth Yastrov <[email protected]>
#629: Add HTTP response "streaming" attribute (#632)

Add the missing attribute django.http.response.StreamingHttpResponse.streaming .

This is actu...

github.com/typeddjango/django-stubs - 893ad6bb029ef54a4d4800cc81d8ab76185df819 authored over 3 years ago by jonfoster <[email protected]>
fix(ResolverMatch): Added _func_path (#631)

* fix(ResolverMatch): Added _func_path

ResolverMatch class in Django contains _func_path vari...

github.com/typeddjango/django-stubs - becb0c96054a48ce7bc8eb39542344c0b61fb638 authored over 3 years ago by Abhishek Chaudhary <[email protected]>
Add mypy-silent (#60)

* Add mypy-silent

* Add proper punctuation

github.com/typeddjango/awesome-python-typing - b510b57e487b5b0f5e701a8ef1adf74e9b38acc7 authored over 3 years ago by Wu Haotian <[email protected]>
Add com2ann and botostubs (#59)

* add tools that add type annotations to existing code

* CR modifications

* add PyTest Mon...

github.com/typeddjango/awesome-python-typing - 3249a85157894ddce4133bdb018a5cc4b298ee4d authored over 3 years ago by Christian Ledermann <[email protected]>
Bump dns-packet from 1.3.1 to 1.3.4 (#57)

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release not...

github.com/typeddjango/awesome-python-typing - c69147bf6b1ba1484a8bc2d3e3937892098ab85f authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix brenat.tech link (#56)

github.com/typeddjango/awesome-python-typing - 7db7571115885ac89ca28fe6a5b207ada0d4b11d authored over 3 years ago by Adam Johnson <[email protected]>
Make APIView.versioning_class type, not str (#146)

github.com/typeddjango/djangorestframework-stubs - fce8fadad10dd844c09db56068b6341597185db7 authored over 3 years ago by Anton Agestam <[email protected]>
add concrete attr to field (#623)

github.com/typeddjango/django-stubs - 9a95b983981173d86b55c3ede97f637d94cfde9e authored over 3 years ago by Paweł Markowski <[email protected]>
Update README.md

github.com/typeddjango/django-stubs - e12a2d9aef284439d71fab9245def2c876e4b105 authored over 3 years ago by Nikita Sobolev <[email protected]>
Add `db_collation` parameter to `CharField` and `TextField` (#621)

* Add db_collation parameter to CharField

* Add db_collation parameter to TextField

github.com/typeddjango/django-stubs - 2f84d2e9043a74592b8371c55f1b6b1fc8f8a1f2 authored over 3 years ago by Y. Kiuchi <[email protected]>
Update release script

github.com/typeddjango/pytest-mypy-plugins - 16273b005cf3192bca224678e0be2444e87d0803 authored over 3 years ago by sobolevn <[email protected]>
Version 1.7.0 release

github.com/typeddjango/pytest-mypy-plugins - 5116e0e7f638c044584aa3f93ad13a458c33e1f4 authored over 3 years ago by sobolevn <[email protected]>
Create py.typed

github.com/typeddjango/django-stubs - 353b790209582778a74839dc285f5900d44eb42f authored over 3 years ago by Nikita Sobolev <[email protected]>
Document limitation with `django_stubs_ext.monkeypatch()` (#619)

This monkey patching will only work when using Python 3.7+, which
introduced the `__class_getit...

github.com/typeddjango/django-stubs - 66d5045ed95ee9e0b63bc50c335a3388dbd28258 authored over 3 years ago by Bob Whitelock <[email protected]>
Add stub for QuerySet.alias() (#618)

github.com/typeddjango/django-stubs - 3bd9fe530e055e8566d21fc1f9ecc8cd9daa39b8 authored over 3 years ago by Anton Agestam <[email protected]>
Add stub for OpClass (#617)

github.com/typeddjango/django-stubs - 6dd838438160a42d1b3269d1d93d8276a541dfa3 authored over 3 years ago by Anton Agestam <[email protected]>
Add option `--mypy-only-local-stub` (#51)

* add mypy-only-local-stub config

* remove trailing space

github.com/typeddjango/pytest-mypy-plugins - 9384222a9ec6698a53f91399a4e0988f376bcda0 authored over 3 years ago by Shin Ahnjae <[email protected]>
Adjust Postgres indexes for Django 3.2 (#616)

github.com/typeddjango/django-stubs - 248f1ccceec7d3b61f8968101af11382cff13ebe authored over 3 years ago by Anton Agestam <[email protected]>
Removes useless import

github.com/typeddjango/django-stubs - c0203c9a60d8d451067b695614d26d44158c683f authored over 3 years ago by Nikita Sobolev <[email protected]>
Improve hints for database connections (DatabaseWrapper) (#612)

* `django.db.{connection, connections, router}` are now hinted -- including `ConnectionHandler` ...

github.com/typeddjango/django-stubs - 45f6dc0362a032af4e8f9d6e7eac4de583dcab5f authored over 3 years ago by Marti Raudsepp <[email protected]>
Add a few missing Storage-related hints (#611)

github.com/typeddjango/django-stubs - d1dd95181afd17d131fbe1c0e7e263c6e6b8569a authored over 3 years ago by Marti Raudsepp <[email protected]>
Use BaseDatabaseWrapper class instead of sqlite3's wrapper (#610)

Code dealing with DatabaseWrapper instances should be capable of dealing
with any database, not...

github.com/typeddjango/django-stubs - e8d03a0e22c05a951d1750e829af8905c90f925f authored over 3 years ago by Marti Raudsepp <[email protected]>
Bump hosted-git-info from 2.8.4 to 2.8.9 (#54)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9.
- [Release...

github.com/typeddjango/awesome-python-typing - ccf6f4ae21d2730ee6cfdd7cec52d7e478ce1bdc authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Small improvements to rest internals (#142)

* The dispatch cycle first receives a django.http.request.HttpRequest, which gets transformed in...

github.com/typeddjango/djangorestframework-stubs - f5c28301472f92fe0abe120b221f1c8442a106a5 authored over 3 years ago by LanDinh <[email protected]>
Allow Views to return the more generic HttpResponseBase instead of HttpResponse, to allow returning StreamingHttpResponse (#607)

* Add type hints for the postgres CursorDebugWrapper, expand the BaseCursorDebugWrapper.

* Fi...

github.com/typeddjango/django-stubs - 9251520f661c73a9243ef77b177da9abedec3cfd authored over 3 years ago by LanDinh <[email protected]>
Fix tests now that they are operational again (#144)

* The dispatch cycle first receives a django.http.request.HttpRequest, which gets transformed in...

github.com/typeddjango/djangorestframework-stubs - ba54b54a7fa4cbe11eae0575ff7b9601058657ef authored over 3 years ago by LanDinh <[email protected]>
Migrate to GitHub actions (#143)

* The dispatch cycle first receives a django.http.request.HttpRequest, which gets transformed in...

github.com/typeddjango/djangorestframework-stubs - 18ccc5548adf3a73f08716930d06e3821f301746 authored over 3 years ago by LanDinh <[email protected]>
Update decorators.pyi to match Django 3.1 (#576)

* Update decorators.pyi to match Django 3.1

This commit resembles the state of the file in Dj...

github.com/typeddjango/django-stubs - 2a1c86744cb4fc6a401a0923c6b48f271403c495 authored over 3 years ago by Thomas Krapp <[email protected]>
Ensure that all registered checks return a list of CheckMessage (#508)

* Ensure that all registered checks return a list of CheckMessage

This changes missing and An...

github.com/typeddjango/django-stubs - 619823d4979c035934cf6a55a21862c6dd346161 authored over 3 years ago by Brian Helba <[email protected]>
Replace models.Model annotations with type variables (#603)

* Replace models.Model annotations with type variables

* Adds generic type args to generic vi...

github.com/typeddjango/django-stubs - e4de8453cfbffa811ae5d3d0da7c83c7166c091d authored over 3 years ago by Sondre Lillebø Gundersen <[email protected]>
Revert "correct the type signature of AbstractBaseUser.set_password (#493)" (#537)

This reverts commit 8729a74f8141e24ca630507e4271f984a91a53d2.

github.com/typeddjango/django-stubs - 5c3898d3b0ce22942b2141f36f1e084e226d0f30 authored over 3 years ago by Nikita Sobolev <[email protected]>
Correct type of core.management.commands.runserver.Command.default_port (#604)

Strangely this variable is actually a string:
https://github.com/django/django/blob/8bcb00858e0...

github.com/typeddjango/django-stubs - e5ff9808cf2bd53a23679ad0cb5443167ad24806 authored over 3 years ago by Fabian Henze <[email protected]>
Added a few definitions to resolve incompatibily with Pyre/Pysa (#601)

github.com/typeddjango/django-stubs - c633f3215fdf4d6f3f6fec35bc6bd67252f8a302 authored over 3 years ago by Maxim Masiutin <[email protected]>
Update BaseCommand.requires_system_checks for django >=3.2 (#600)

- the documentation for this specific change in django can be seen at https://docs.djangoproject...

github.com/typeddjango/django-stubs - 9e8e4363b192ea1fd81e72ae2d43f87f3b403380 authored over 3 years ago by Abhyudai <[email protected]>
Handle GenericForeignKey class typeinfo lookup failure. (#597)

This addresses an obscure crash we're getting when defining a GenericForeignKey
subclass on a m...

github.com/typeddjango/django-stubs - d4c1ed2ce0fd5fe54c47eb8abb2af381cd73422b authored over 3 years ago by Simon Charette <[email protected]>