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 broken imports and references (#220)

* Fix broken imports and references

Fix broken imports and references in coreapi.

Also cle...

github.com/typeddjango/djangorestframework-stubs - 0d0f581bd9fa3d39446fa359d6df76631e1db634 authored over 2 years ago by Marti Raudsepp <[email protected]>
More strictly hint URL pattern members (#218)

* More strictly hint URL pattern members

In many cases `Sequence[URLPattern]` might be suffic...

github.com/typeddjango/djangorestframework-stubs - 7277780955493c1ac2be1c2a3cd41625bf01acf8 authored over 2 years ago by Marti Raudsepp <[email protected]>
Improve type hints of URL conf & include() (#949)

* Improve type hints of URL conf & include()

The type of `urlpatterns` list is `List[Union[UR...

github.com/typeddjango/django-stubs - 1a36c6c379693ed4a472058748e00473cd229eac authored over 2 years ago by Marti Raudsepp <[email protected]>
Bump pre-commit from 2.18.1 to 2.19.0 (#219)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.18.1 to 2.19.0.
- [Release ...

github.com/typeddjango/djangorestframework-stubs - 2bcc662fedd7da4b58ff34a4b9d0ad6421f5e0ae authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pre-commit from 2.18.1 to 2.19.0 (#950)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.18.1 to 2.19.0.
- [Release ...

github.com/typeddjango/django-stubs - 4a5d330228680a27699d029d3d0656b3b02c57f5 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update exceptions.pyi & add test (#216)

github.com/typeddjango/djangorestframework-stubs - 195e052e8eddf9d789fc1d59f1d5411b3c6b9068 authored over 2 years ago by Xavier Francisco <[email protected]>
Move `release.sh` to `scripts/`

github.com/typeddjango/djangorestframework-stubs - e8cd72f004ee49c121cefd3b17bd499e225d8da1 authored over 2 years ago by sobolevn <[email protected]>
Move `release.sh` to `scripts/`

github.com/typeddjango/django-stubs - 69d5aa94b01491cc0ea4688e9e196962739a7666 authored over 2 years ago by sobolevn <[email protected]>
Bump mypy 0.950 (#939)

* Bump mypy to 0.95x

* Remove the * for inferred types

There was an upstream change (https...

github.com/typeddjango/django-stubs - 2ef7ff33091316d02f51950cbfccc12ba434afb8 authored over 2 years ago by Damian Zaremba <[email protected]>
Fix typecheck default Django version (#944)

Currently running `typecheck_tests.py` without arguments fails with "KeyError: '3.0'"

github.com/typeddjango/django-stubs - 0caee74490f5b01205c11e5ca0ce732b80cfd37b authored over 2 years ago by Marti Raudsepp <[email protected]>
Update SimpleTestCase.assert method response types (#942)

Since PR 909, SimpleTestCase.client.get() etc methods return a class that no longer derives from...

github.com/typeddjango/django-stubs - e0f45e4778b2f0792447d69092aeaa128667cf08 authored over 2 years ago by Marti Raudsepp <[email protected]>
Fix URLPattern, URLResolver pattern type (#941)

github.com/typeddjango/django-stubs - f7b6a7beb402ed44080e50e79250b492e25b1a16 authored over 2 years ago by Marti Raudsepp <[email protected]>
Restore Python 3.7 compatibility (#945)

django-stubs still supports Python 3.7, but the `/` positional-only parameter syntax is supporte...

github.com/typeddjango/django-stubs - 2b0bfdb46e0894eec5d6cae78c56fc91ecb2e101 authored over 2 years ago by Marti Raudsepp <[email protected]>
Fix ValidationError false positive on nested inputs (#943)

Reverts parts of PR 909.

github.com/typeddjango/django-stubs - c836c3ac3a9f10ac9448a18853d99d5eaf969f5a authored over 2 years ago by Marti Raudsepp <[email protected]>
Recover after #909 (#925)

* Fix stubs related to `(Async)RequestFactory` and `(Async)Client`

* Revert incorrect removal...

github.com/typeddjango/django-stubs - 6226381484d635b3a37918510b6bbcae6ff2a344 authored over 2 years ago by sterliakov <[email protected]>
added unique annotation on model Field (#936)

github.com/typeddjango/django-stubs - 16499a22ab2e0cdf8ed076f5ab60ed5ab2bbccef authored over 2 years ago by Guillaume Andreu Sabater <[email protected]>
Bump pytest from 7.1.1 to 7.1.2 (#932)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2.
- [Release notes](htt...

github.com/typeddjango/django-stubs - 268ec3bcd512ae491ad7b408531755f9a054e450 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pytest from 7.1.1 to 7.1.2 (#210)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2.
- [Release notes](htt...

github.com/typeddjango/djangorestframework-stubs - 337b07a0c5cba5dc5331760dc41f68ef3170a892 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
add fail_silently attribute for BaseEmailBackend instances (#931)

Signed-off-by: Oleg Hoefling <[email protected]>

github.com/typeddjango/django-stubs - 8e875b13f7d6372dd4ac346d5306d6ed9f8e2261 authored over 2 years ago by Oleg Höfling <[email protected]>
Fix incorrect instance arg for BaseInlineFormSet.__init__ (#928)

* Fix BaseInlineFormSet generic to retain parent model class info

* Add in test for generic f...

github.com/typeddjango/django-stubs - a1b647700bc8804f76e35bd078a88eb53f67620e authored over 2 years ago by Chris Beaven <[email protected]>
Update README.md (#100)

github.com/typeddjango/pytest-mypy-plugins - 23fdfe25c976910952f1703a83653fc9048e420d authored over 2 years ago by Kyle Barron <[email protected]>
Update media render return values to SafeString (#923)

github.com/typeddjango/django-stubs - 30bf4dab6c77425aedbbc4969dfd6ae98cbdc5b3 authored over 2 years ago by rolandcrosby-check <[email protected]>
[Fix] Serializer fields decorator (#209)

* Add failing test

* Fix

github.com/typeddjango/djangorestframework-stubs - 526bb940ac8d902ca4cc8dd00175cc37f92fa340 authored over 2 years ago by Xavier Francisco <[email protected]>
Add missing type for setup_databases (#919)

* Add missing type for setup_databases

`django.test.utils` was seemingly missing the type for...

github.com/typeddjango/django-stubs - 40bf7a562d5f02a68aafdca06003e325ad658c1d authored over 2 years ago by Xavier Francisco <[email protected]>
issue-914: ValidationError.error_dict type fix (#915)

github.com/typeddjango/django-stubs - e468ee97da9a53f632047dc57eaf9eeb4acca67c authored over 2 years ago by Jim King <[email protected]>
added ExtractIsoWeekDay (#912)

https://docs.djangoproject.com/en/3.2/ref/models/database-functions/#django.db.models.functions....

github.com/typeddjango/django-stubs - d8b417456fc0c8cb56cce7a366032936999c60a8 authored over 2 years ago by Guillaume Andreu Sabater <[email protected]>
Switch to setuptools (#911)

github.com/typeddjango/django-stubs - 2dad9228eb174077095fe86891a2619932549d58 authored over 2 years ago by Nikita Sobolev <[email protected]>
Bump pre-commit from 2.17.0 to 2.18.1 (#910)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1.
- [Release ...

github.com/typeddjango/django-stubs - 21bed1ccf331c61e92f88b524bed81761a615442 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pre-commit from 2.17.0 to 2.18.1 (#206)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1.
- [Release ...

github.com/typeddjango/djangorestframework-stubs - 41e6bfdfa928c8d5d42ae10ce8d7e445081bdfe7 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Large update (#909)

* Make module declaration precise.

* Make settings match real file.

* Replace `include` wi...

github.com/typeddjango/django-stubs - f69e0639c74fee0e8ad3d165790ac9804ea4a3f2 authored over 2 years ago by sterliakov <[email protected]>
Emit error instead of raising on union custom QuerySet (#907)

* Add reproducer for failing case

* Emit warning instead of crashing when encountering enum
...

github.com/typeddjango/django-stubs - dc4c0d9ee48e7284fedfcc2586d07f39c575ef20 authored over 2 years ago by Sigurd Ljødal <[email protected]>
Bump djangorestframework from 3.12.1 to 3.13.1 (#175)

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.12.1 to 3.13...

github.com/typeddjango/djangorestframework-stubs - 08f16c5f5feda5662a4aaebc5461223964ee9659 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pytest from 6.1.1 to 7.1.1 (#198)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.1 to 7.1.1.
- [Release notes](htt...

github.com/typeddjango/djangorestframework-stubs - 041e8d0a419ce2ae1c565b38a0afaf067880e24b authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/setup-python from 2 to 3 (#195)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release n...

github.com/typeddjango/djangorestframework-stubs - 4a4f8e649164f0e49068b14346d3237ccb4e6d5e authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump types-pytz from 0.1.2 to 2021.3.6 (#199)

Bumps [types-pytz](https://github.com/python/typeshed) from 0.1.2 to 2021.3.6.
- [Release notes...

github.com/typeddjango/djangorestframework-stubs - b9a62206b71a7f55aa47f663b356cb58b16d34f8 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Make method_name optional in SerializerMethodField (#181)

https://www.django-rest-framework.org/api-guide/fields/#serializermethodfield

You can leave t...

github.com/typeddjango/djangorestframework-stubs - 8d6ccec0b8e109c9fbcea308cabc339f9c01d438 authored over 2 years ago by Stian Jensen <[email protected]>
Bump gitpython from 3.1.9 to 3.1.27 (#194)

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.9 to 3.1.27.
- [R...

github.com/typeddjango/djangorestframework-stubs - b206f5bc409d0ea21fa22490261fb2e6693e0f9b authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pre-commit from 2.7.1 to 2.17.0 (#183)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.7.1 to 2.17.0.
- [Release n...

github.com/typeddjango/djangorestframework-stubs - 75a8616aec98fac84305f9d84564406b4a744a06 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/checkout from 2 to 3 (#196)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](ht...

github.com/typeddjango/djangorestframework-stubs - 84f56e058784edb6f5822c658224864741adeca0 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pytest-mypy-plugins from 1.9.1 to 1.9.3 (#180)

Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 1.9.1 to 1....

github.com/typeddjango/djangorestframework-stubs - 8b8220b7365afe90aab3a79cf89888937409ece8 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add django-stubs v1.10.0 compatibility (#203)

* Add django-stubs v1.10.0 compatibility

* Bump django-stubs to v1.10.1

* Pin click for bl...

github.com/typeddjango/djangorestframework-stubs - 946c7d60aaecdc9ef307f5e1f8eb55f7083ffb16 authored over 2 years ago by henribru <[email protected]>
Don't rely on `django.db.models.manager.Manager` metadata for dynamically created manager (#904)

github.com/typeddjango/django-stubs - 0e98cc9114f57db832ca2e5873ccd8e08ca5a49f authored over 2 years ago by Petter Friberg <[email protected]>
Fix missing related managers on some models (#902)

* Fix missing related managers on some models

I was seeing an issue where some related manage...

github.com/typeddjango/django-stubs - 76e3fdb4797c1a8e764ba1e8cf767d896d5f32aa authored over 2 years ago by Sigurd Ljødal <[email protected]>
Improve MultiValueDict/QueryDict dict() return (#899)

According to Django documentation and code, the `MultiValueDict.dict()` method only returns sing...

github.com/typeddjango/django-stubs - 49d855547b58c3299e732726ef4002446b185969 authored over 2 years ago by Marti Raudsepp <[email protected]>
Update Black dependency to fix CI lint (#900)

* Update Black dependency to fix CI lint

Closes #896.

Black 22.3.0 fixes incompatibility w...

github.com/typeddjango/django-stubs - 212ef40c3d602ea7f72b05e73870eb01b6eec99a authored over 2 years ago by Marti Raudsepp <[email protected]>
Cache dynamically created manager nodes (#840)

- Non plugin generated, "cross_ref"s points to dynamically
created managers (e.g. `Model.obje...

github.com/typeddjango/django-stubs - 92e5f202ace56be61b0ffb8c6291237db1554216 authored over 2 years ago by Petter Friberg <[email protected]>
Version 0.10.1 release

github.com/typeddjango/django-stubs - 4e3f9d6f06d6253f28638a52b795ad00569fe147 authored over 2 years ago by sobolevn <[email protected]>
login_form is a class (#885) (#891)

github.com/typeddjango/django-stubs - 2fad97af03f2769326a7779f73e48d2f66ae4bdb authored over 2 years ago by Mark Gregson <[email protected]>
Import Literal from typing_extensions for 3.7 compatibility (#889)

github.com/typeddjango/django-stubs - a14fb28f334157e769cab80378ccf9c0c2729d15 authored over 2 years ago by henribru <[email protected]>
Remove Python 3.6 trove classifier (#887)

github.com/typeddjango/django-stubs - aa5f114575d7cba7da3a69fb22173351bf143527 authored over 2 years ago by henribru <[email protected]>
Version 1.10.0 release (#886)

* Version 1.10.0 release

* Fixes CI

* Fixes CI

github.com/typeddjango/django-stubs - 3c58270a78feabf5d184510c61dbd36c2c121690 authored over 2 years ago by Nikita Sobolev <[email protected]>
Fix mypy cache of WithAnnotation types (#725)

github.com/typeddjango/django-stubs - 3f340c9df391ada90efc520882b16a268b1d56cd authored over 2 years ago by Konstantin Alekseev <[email protected]>
Delete misspell.yml

github.com/typeddjango/pytest-mypy-plugins - 14ba39063bf061d94b0f456e4dee1c45125469a4 authored over 2 years ago by Nikita Sobolev <[email protected]>
Delete misspel.yml

github.com/typeddjango/djangorestframework-stubs - d5fd23d27fb3ff7b7a066c9c1ace5374cafca85b authored over 2 years ago by Nikita Sobolev <[email protected]>
Set type parameters for Field in get_fields() (#882)

* Set type parameters for Field in get_fields()

This fixes an issue with Pyright strict type ...

github.com/typeddjango/django-stubs - 1672b54c8977f01cc3f36301074ed397fd618726 authored over 2 years ago by w0rp <[email protected]>
Don't serialize annotated types (#881)

Signed-off-by: Sebastian Wagner <[email protected]>

Co-authored-by: Sebastian Wagner <seba...

github.com/typeddjango/django-stubs - 32a33c332df3b356e16bd81a11b284b5627875e4 authored over 2 years ago by Sebastian Wagner <[email protected]>
Fix missing args on SlugField.__init__ (#879)

github.com/typeddjango/django-stubs - 10e06947d760c4979a260628c65d55de0abff0a1 authored over 2 years ago by Anderson Luiz de Souza <[email protected]>
Bump pytest from 7.1.0 to 7.1.1 (#880)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.0 to 7.1.1.
- [Release notes](htt...

github.com/typeddjango/django-stubs - f4d38955958c204d9907ed7969aba40521500f9b authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes #822 (#868)

Signed-off-by: Himanshu-Balasamanta <[email protected]>

github.com/typeddjango/django-stubs - 5c75869dd316518141c02486557384e3cc6b8c89 authored over 2 years ago by Himanshu Balasamanta <[email protected]>
Bump pytest from 7.0.1 to 7.1.0 (#869)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.0.
- [Release notes](htt...

github.com/typeddjango/django-stubs - acfafaae14c45cc4327ffb8201c9a30d967981c5 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes #870 (#871)

* Fixes #870

Signed-off-by: Himanshu-Balasamanta <[email protected]>

* Updated ...

github.com/typeddjango/django-stubs - f9f6c827c15a9399b48b536bf3f397c18ddbdf92 authored over 2 years ago by Himanshu Balasamanta <[email protected]>
add typesplainer (#87)

* do not repeat the url in title

* add celery stubs

* add typedpy

* Add article:Static ...

github.com/typeddjango/awesome-python-typing - 5aca5889e7dc67b753a96c84ab5730886d63aaa4 authored over 2 years ago by Christian Ledermann <[email protected]>
Update README.md (#86)

github.com/typeddjango/awesome-python-typing - 7755d39d66cd583f81272262056c4703a40fb65d authored over 2 years ago by Dmytro Litvinov <[email protected]>
Improve forms stubs (#862)

* `default_renderer` may be a renderer class, instance, or `None`: https://docs.djangoproject.co...

github.com/typeddjango/django-stubs - eb6991b008e7afd2b191d19ca4c574661d99eb93 authored over 2 years ago by Adam Johnson <[email protected]>
Bump actions/checkout from 2 to 3 (#98)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](ht...

github.com/typeddjango/pytest-mypy-plugins - 4db1773f7c2a91e3474a9541c92ce552b2552edb authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/checkout from 2 to 3 (#861)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](ht...

github.com/typeddjango/django-stubs - 078925a0fc219d0893aeed1a361c6ce2446e3021 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/setup-python from 2 to 3 (#860)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release n...

github.com/typeddjango/django-stubs - cf31c1de7b9c0ac4bc3b18edb80b07bc21e95385 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/setup-python from 2 to 3 (#97)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release n...

github.com/typeddjango/pytest-mypy-plugins - be8ad98cdc707db9512c0518372dfc1e8621ee35 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added `widget_type` annotation to `BoundField` (#855)

* Add widget_type annotation to BoundField

See https://github.com/django/django/blob/main/dja...

github.com/typeddjango/django-stubs - 104012b817ef6e07bf5b4686b2c48a617b20a44a authored over 2 years ago by Ethan Corey <[email protected]>
Make formfield_from_dbfield return forms.Field instead of models.Field (#857)

github.com/typeddjango/django-stubs - 850df1655aca736d270cf9018be165dbed9465c6 authored over 2 years ago by rolandcrosby-check <[email protected]>
Bump gitpython from 3.1.20 to 3.1.27 (#854)

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.20 to 3.1.27.
- [...

github.com/typeddjango/django-stubs - 30bed85e0da245a7e072368646535908a9bf9cd6 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cache_page should be Optional[float] . (#851)

* cache_page can use None .

* Apply black

github.com/typeddjango/django-stubs - ab50fb987604445d13285bf4a21511428da951ff authored over 2 years ago by Joon Hwan 김준환 <[email protected]>
get_cache_key can have multiple httprequest types. (#852)

* Update cache.pyi

* Apply black

github.com/typeddjango/django-stubs - 319ab7f9f752b73cedf01f6acd41532478a92eeb authored over 2 years ago by Joon Hwan 김준환 <[email protected]>
Bump pytest from 7.0.0 to 7.0.1 (#850)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1.
- [Release notes](htt...

github.com/typeddjango/django-stubs - 017ac1ce85bed37342963cc80d656203415d94a3 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add types-aiobotocore link (#85)

github.com/typeddjango/awesome-python-typing - db9280ae01f6994917576e4eedae90b8a08447e9 authored over 2 years ago by Vlad Emelianov <[email protected]>
Fix return type of MigrationRecorder.applied_migrations() (#793)

Matches return type of MigrationLoader.applied_migrations, which reads from here.

github.com/typeddjango/django-stubs - bf84546b9e9358a39993792722571f854f177d83 authored over 2 years ago by Jacob Walls <[email protected]>
DatabaseClient: add missing class methods and reflect Django 3.2 refactor (#846)

* DatabaseClient: add missing class method `settings_to_cmd_args_env` and add missing arg to `ru...

github.com/typeddjango/django-stubs - 3eab36a5c4af0500e2d66e7e4e958112c904fb28 authored over 2 years ago by Kevin Marsh <[email protected]>
Bump pytest from 6.2.5 to 7.0.0 (#845)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.0.
- [Release notes](htt...

github.com/typeddjango/django-stubs - 01a31d2fd52f9f8fab7c5d209ddb65c3a70b528e authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Correct return type of get_commands() (#838)

According to the docstring for this function, "the instantiated module can be placed in the dict...

github.com/typeddjango/django-stubs - 74083c9f8a827b13acd96cf9f5fd1513e15853d1 authored over 2 years ago by Rob Percival <[email protected]>
Bump black from 21.12b0 to 22.1.0 (#836)

Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0.
- [Release notes](https://g...

github.com/typeddjango/django-stubs - 8843acde3e71bd4819a8e09b2094eb10fd5315af authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
`Model.__init__` supporting same typing as assigment (#835)

* `Model.__init__` supporting same typing as assigment

* Update mypy_django_plugin/django/con...

github.com/typeddjango/django-stubs - 8aae836a26f05dc0e8eedaa30b9bb16b2f5e0a86 authored over 2 years ago by Petter Friberg <[email protected]>
Attempt to fix 'INTERNAL ERROR using annotate'. (#753)

KeyError: "Failed qualified lookup: '_AnyAttrAllowed' (fullname =
'django._AnyAttrAllowed')."
...

github.com/typeddjango/django-stubs - c556668d7aeb73a9934b2666ace9b975cbc557bb authored over 2 years ago by Seth Yastrov <[email protected]>
Export Datasource, Driver from gdal (#797)

github.com/typeddjango/django-stubs - 28d6dc992c9c76e8fdcc428afe952dad1bf95ff3 authored over 2 years ago by Cory Dolphin <[email protected]>
Make SomeModel._default_manager return a BaseManager[SomeModel] instead of BaseManager[Model] (#817)

* _default_manager has more specific type for TypeVars

* remove unnecessary # type: ignore

...

github.com/typeddjango/django-stubs - 73290597f876438374f224bf83a747a1bf041180 authored over 2 years ago by emma-blossom <[email protected]>
Add object_list to BaseListView (#833)

While `object_list` isn't defined at construction, `BaseListView.get()`
sets it when handling a...

github.com/typeddjango/django-stubs - 060dc3b41abb47ec9b6e3039f4bbe69676cbf795 authored over 2 years ago by Maarten ter Huurne <[email protected]>
Allow *args to be Any for generic views (#831)

github.com/typeddjango/django-stubs - 5d3768e593e3c5ac30f6da3063492ee6c787e566 authored over 2 years ago by rolandcrosby-check <[email protected]>
add typedpy (#84)

* do not repeat the url in title

* add celery stubs

* add typedpy

* Add article:Static ...

github.com/typeddjango/awesome-python-typing - 6200b486f063b18cd6a269b2e93acdb207e328b1 authored over 2 years ago by Christian Ledermann <[email protected]>
Celery Stubs (#83)

* do not repeat the url in title

* add celery stubs

github.com/typeddjango/awesome-python-typing - a4e40fd4770d82d271a111b0805c219205f2e178 authored over 2 years ago by Christian Ledermann <[email protected]>
Fix .filter-kwargs lookup crash during cached runs (#828)

* Fix .filter-kwargs lookup crash during cached runs

* Update mypy_django_plugin/lib/helpers....

github.com/typeddjango/django-stubs - 515e382d4a5eaa938e1949852df6349d69c132df authored over 2 years ago by Petter Friberg <[email protected]>
Reuse reverse managers instead of recreating (#825)

github.com/typeddjango/django-stubs - 220f0e4cf09df170427bd83ee63f7cbe84f223f5 authored over 2 years ago by Petter Friberg <[email protected]>
Notify when Manager.from_queryset happens inside model class body (#824)

* Refactor to more easily support additional config options

* Notify when Manager.from_querys...

github.com/typeddjango/django-stubs - edec5a1c99a784208d5d8ce78237016cdaa1c54f authored over 2 years ago by Petter Friberg <[email protected]>
Bump pre-commit from 2.16.0 to 2.17.0 (#823)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.16.0 to 2.17.0.
- [Release ...

github.com/typeddjango/django-stubs - 140bb38a79453e6f292c75e6c179e3ae6eccfe1e authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update FUNDING.yml

github.com/typeddjango/.github - 4ee11062f7701166a6332bab7a01b2ddb53eff7d authored almost 3 years ago by Nikita Sobolev <[email protected]>
Delete FUNDING.yml

github.com/typeddjango/django-stubs - c04201c859e9c185d8f88feff00a115d9778f6ee authored almost 3 years ago by Nikita Sobolev <[email protected]>
Add FUNDING.yml and drop python3.6

github.com/typeddjango/django-stubs - 5bbe353e92e33557d3770079e9f8eaf464c8d68e authored almost 3 years ago by sobolevn <[email protected]>
Update project to use mypy 931 (#819)

github.com/typeddjango/django-stubs - 27e5908762e651c352a73a9b46611f958a6b31ab authored almost 3 years ago by Aleksander Vognild Burkow <[email protected]>