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

Model.Meta.ordering allow OrderBy objects (#1847)

Co-authored-by: Hans Aarne Liblik <[email protected]>

github.com/typeddjango/django-stubs - 1a597561e1a870ee8007bf4696b1ed103bfdc9ba authored 11 months ago by Hans Aarne Liblik <[email protected]>
Remove `data-science-types` (#112)

github.com/typeddjango/awesome-python-typing - a572970e2033e6a310e7a9725ecd9191e2468be9 authored 11 months ago by Viicos <[email protected]>
Accurately infer `capfirst()` `None` return (#1842)

github.com/typeddjango/django-stubs - 706f41f657bd6b92e0e4d8ec966e28d674787c6a authored 11 months ago by Marti Raudsepp <[email protected]>
Add python-phonenumbers-stubs and useful-types (#111)

* add python-phonenumbers-stubs

* add useful-types

github.com/typeddjango/awesome-python-typing - 28632a4119ed3945cebaf8f91aebe9f890b90615 authored 11 months ago by Gram <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#507)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](https://github.com/astral-sh...

github.com/typeddjango/djangorestframework-stubs - a46556cd0e466c5f161db20e55d4db51df701257 authored 11 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#1839)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](https://github.com/astral-sh...

github.com/typeddjango/django-stubs - f82bf983ae6b67c62f5e34ca75337001b7ed68bf authored 11 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Improve `Serializer.to_representation()` return type (#504)

* Specify better return type for to_representation()
* Remove unneeded method

---------

C...

github.com/typeddjango/djangorestframework-stubs - d01387c98d02feec37a1e15a91dc68960f6d1f5d authored 11 months ago by Youri Westerman <[email protected]>
Upgrade to mypy 1.7.0 (#506)

github.com/typeddjango/djangorestframework-stubs - 44b2e5d643d92da5dd71c166edf7e0f2a5eca565 authored 11 months ago by Marti Raudsepp <[email protected]>
Upgrade to mypy 1.7.0 (#1837)

github.com/typeddjango/django-stubs - febc04e27a53c030d1220d6c2cd543df9b010045 authored 11 months ago by Marti Raudsepp <[email protected]>
Update Expression classes `output_field` to `@cached_property` or `ClassVar` and improve type (#1769)

* Update `BaseExpression.output_field`

* Remove allowlist entries

rm -rf .mypy_cache/ && ...

github.com/typeddjango/django-stubs - eda578755fbd2e78168327f8668244066a214780 authored 11 months ago by Thibaut Decombe <[email protected]>
django-stubs-ext: Export `RelatedManager`, `ManyRelatedManager` stub-only classes (#1834)

RelatedManager, ManyRelatedManager classes are sometimes useful for type hinting.
But these cla...

github.com/typeddjango/django-stubs - 997ac4433783fcf695f480482527b738e659b824 authored 11 months ago by Marti Raudsepp <[email protected]>
Remove incorrect `django.db.models` re-exports (#1835)

Trying to import these items in Django 4.2.7 fails with `ImportError` at runtime. Not sure if th...

github.com/typeddjango/django-stubs - 965d88ae9324abb9a396322db5aa7d88289ea18a authored 11 months ago by Marti Raudsepp <[email protected]>
Ensure multiple admin get methods returns either list or tuple (#1833)

The get methods serves as extension points for corresponding attributes
on the admin class. Thu...

github.com/typeddjango/django-stubs - 87b6ba2621f3bad96f46788a9de5ddf8772eb030 authored 11 months ago by Petter Friberg <[email protected]>
Ensure multiple admin attributes are to be either list or tuple (#1832)

Attributes are aligned with Django admin's default checks list found
here https://docs.djangopr...

github.com/typeddjango/django-stubs - a217ff0e2e8e1827a13a45c9e409d264b60c327d authored 11 months ago by Petter Friberg <[email protected]>
Bump black from 23.10.1 to 23.11.0 (#1831)

Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.11.0.
- [Release notes](https://...

github.com/typeddjango/django-stubs - a0040b93033c6bf23c71dadab3d34326d20197b7 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add types for `MD5` database function (#1830)

github.com/typeddjango/django-stubs - 3a9845eda0834598f294b722db999242cc7bb3ca authored 11 months ago by Kevin Marsh <[email protected]>
Improve `Collector` and `NestedObjects` attributes and methods (#1826)

* Improve Collector and NestedObjects class attributes, methods

github.com/typeddjango/django-stubs - 9c6e23962ed889d418684a22393475faf5cd2786 authored 12 months ago by Marti Raudsepp <[email protected]>
Improve types for multiple methods of `QuerySet` (#1822)

Also includes some methods on `Manager` as that propagates due to how
they're related in the st...

github.com/typeddjango/django-stubs - b20807dcb91ff6be6feac81782db35bc5e422878 authored 12 months ago by Petter Friberg <[email protected]>
Add BaseExpression.contains_subquery (update to Django 4.2.7)

github.com/typeddjango/django-stubs - f21604731f1eab346ce05c63d9cff068d15ccb4a authored 12 months ago by Marti Raudsepp <[email protected]>
Fix `get_deleted_objects()` return type from `list[Model]` -> `list[str]` (#1825)

* Updates `admin.ModelAdmin.get_deleted_objects()`
* Updates `admin.utils.get_deleted_objects()`

github.com/typeddjango/django-stubs - 7440a7e770041538dd6eedfcf50c6be1f7b06c5d authored 12 months ago by Robert <[email protected]>
Update `@property` attributes to `@cached_property` part 2 (#1768)

* Fix more cached properties

Using this shell and this python script (EXCLUDING `output_field...

github.com/typeddjango/django-stubs - 5bab9ae444936e661c28074362a0e5a201f99856 authored 12 months ago by Thibaut Decombe <[email protected]>
Fix types for `assertNumQueries` and `assertQuerySetEqual` (#1823)

github.com/typeddjango/django-stubs - c7d6adc3f296ab3357a9ae0aab92b4263307249a authored 12 months ago by Petter Friberg <[email protected]>
Improve types for `django.db.models.enums.*` (#1819)

github.com/typeddjango/django-stubs - 73dafc6757cb845fb7008c5c53615589cd5ebbdf authored 12 months ago by Petter Friberg <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1821)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](https://github.com/astral-sh...

github.com/typeddjango/django-stubs - fb5f25106a56ff923896e11b39edabf093ba0125 authored 12 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#505)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](https://github.com/astral-sh...

github.com/typeddjango/djangorestframework-stubs - a44b487366c16480f9a2530397a68221658fe2d2 authored 12 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Simulate `@deconstructible` as a mixin class (#1818)

`@desconstructible` inserts its own `__new__` method and adds a
`deconstruct` method to decorat...

github.com/typeddjango/django-stubs - d0e5df2ae7323937db69361ced9a4ba212f18ddb authored 12 months ago by Petter Friberg <[email protected]>
Type missing `RelatedField.__init__` method (#1816)

github.com/typeddjango/django-stubs - 7e0b7e8024b2c4c50917690926c1bbc56b3cd3d9 authored 12 months ago by Petter Friberg <[email protected]>
Correct `db_comment` arg position for `django.db.models.Field.__init__` (#1815)

github.com/typeddjango/django-stubs - 5faecc86b688dc42672290f95698cf222e2b406b authored 12 months ago by Petter Friberg <[email protected]>
Move `RelatedManager` to `django.db.models.fields.related_descriptors` (#1814)

Aligns with the module where `RelatedManager` is locally declared

github.com/typeddjango/django-stubs - 0bb2155cebb99de5c04fdc66e83db73e0e8ecb77 authored 12 months ago by Petter Friberg <[email protected]>
Improve hints of `django.contrib.gis.gdal.libgdal` (#1811)

Co-authored-by: Marti Raudsepp <[email protected]>

github.com/typeddjango/django-stubs - da554d6ba3a07fed8d2748a0c0460f0bbb8feeb4 authored 12 months ago by Petter Friberg <[email protected]>
Allow custom Form class in `SuccessMessageMixin.form_valid()` (#1812)

github.com/typeddjango/django-stubs - 50fec2987fb1b329eb18496ed2259fe395e582f4 authored 12 months ago by Jakub Boukal <[email protected]>
Add stubs for `django.contrib.postgres.expressions` (#1765)

github.com/typeddjango/django-stubs - ea4c068f09b95e5d9e51b990e5e9d869e3a6c898 authored 12 months ago by Petter Friberg <[email protected]>
Update `@property` attributes to `@cached_property` part 1 (#1761)

github.com/typeddjango/django-stubs - da9784ec35d5ddeb73c67055aa857e3c192e1c33 authored 12 months ago by Thibaut Decombe <[email protected]>
Bump pytest from 7.4.2 to 7.4.3 (#501)

github.com/typeddjango/djangorestframework-stubs - e59c84687fd69fcf94789f9d8a42973f585925f1 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#502)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3](https://github.com/astral-sh...

github.com/typeddjango/djangorestframework-stubs - d8ae7d0f8c45063abe33b7452da4b2acc1ec8eb8 authored 12 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Tests: Allowlist stubtest cached_property error (#503)

github.com/typeddjango/djangorestframework-stubs - b723b0ec0e58246f76db3a65405b9d3cbaaf9e4c authored 12 months ago by Marti Raudsepp <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1808)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3](https://github.com/astral-sh...

github.com/typeddjango/django-stubs - 41b86f78c7750208e52fda38417c881c5e860a60 authored 12 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Move plugin generated `<Model>_RelatedManager` entries to allowlist (#1806)

github.com/typeddjango/django-stubs - 67e737d317bee84314b387f19ca68d835fde8a8c authored 12 months ago by Petter Friberg <[email protected]>
Fix `migrations.RunSQL` stubs (#1803)

* Add test from docs

* Relax str constraint

* Add a typealis and a test case

github.com/typeddjango/django-stubs - 53d0c22575dd6493ffde39e91833e0a2edc8a213 authored 12 months ago by Thibaut Decombe <[email protected]>
Fix admin ChangeList.__init__ (#1801)

The new parameter search_help_text was added with Django 4:
https://github.com/django/django/co...

github.com/typeddjango/django-stubs - 65d6430eb868c3cb7289cae619ebe07e095aa21f authored 12 months ago by Ceesjan Luiten <[email protected]>
Bump pytest from 7.4.2 to 7.4.3 (#1798)

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

github.com/typeddjango/django-stubs - 25e23fa24c7691f8ae53fe5a81f0b3c6f2d33693 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Reuse functools.cached_property definition instead of defining our own (#1771)

Mypy has special handling for functools.cached_property, making it compatible with classvars and...

github.com/typeddjango/django-stubs - 3b2c2574e155f8fd004631d872e5d58f24613474 authored 12 months ago by Marti Raudsepp <[email protected]>
Bump black from 23.10.0 to 23.10.1 (#1796)

Bumps [black](https://github.com/psf/black) from 23.10.0 to 23.10.1.
- [Release notes](https://...

github.com/typeddjango/django-stubs - 2e6e71665624bd9221f9a3c3c79a50660c3b767b authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Version 4.2.6 release (django-stubs only) (#1794)

github.com/typeddjango/django-stubs - a9e6f679b2c0ae381b1855257af23955999575d4 authored 12 months ago by Marti Raudsepp <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1795)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.1](https://github.com/astral-...

github.com/typeddjango/django-stubs - bef529ec3853f1d05a42d66b397d298020ad229d authored 12 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#483)

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-com...

github.com/typeddjango/djangorestframework-stubs - 7f583a9d0bf7dc09061873863af13ce4a51a3c3b authored 12 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fix IndexError crash when using from_queryset() of custom Manager subclass (#1786)

github.com/typeddjango/django-stubs - c313cfd76909a737faa25bf77b8b575be65feabb authored 12 months ago by Abadie Moran <[email protected]>
Allow None for several Field constructor arguments (#498)

* Also relation field `source=` was typed to accept `Callable | str`, but callable was never all...

github.com/typeddjango/djangorestframework-stubs - 3a0197a16bc11e46dea5e89a0a8322ae09513863 authored 12 months ago by Marti Raudsepp <[email protected]>
Add all stubs reported missing by stubtest (#499)

* Add all stubs reported missing by stubtest. I filtered all stubtest reports that have message ...

github.com/typeddjango/djangorestframework-stubs - ec376e55d246511e83768b44d079fb2469ec1ddb authored 12 months ago by Marti Raudsepp <[email protected]>
Update Django db backend base wrapper (#1791)

* Update `django.db.backends.base.base.BaseDatabaseWrapper`

* Update `BaseDatabaseCreation` c...

github.com/typeddjango/django-stubs - 7c058b89a498f4d3faf3ac0b53011da1d89ee75e authored 12 months ago by Thibaut Decombe <[email protected]>
Revert "Use `parse_bool` implementation from mypy" (#1792)

* Revert "Use `parse_bool` implementation from mypy"

This reverts commit a6b3ba9416855a6b7c1a...

github.com/typeddjango/django-stubs - 6458248aa58d976d9e4c8ba12c988f3d9ea7d87c authored 12 months ago by Marti Raudsepp <[email protected]>
Drop hard dependency on mypy (#495)

As announced in 3.14.4 release notes, we will drop the hard dependency on mypy. Users of djangor...

github.com/typeddjango/djangorestframework-stubs - 843fd91bf9d7faa18d0406683cd29455a375b405 authored 12 months ago by Marti Raudsepp <[email protected]>
fix as manager and from queryset self types (#1788) (#1789)

github.com/typeddjango/django-stubs - 0ce571e19e378cd4ca830f29ec28985cfca59b7e authored 12 months ago by Abadie Moran <[email protected]>
`django.core.management` stub update (#1787)

* Fix ` django.core.validators.URLValidator`

* Fix `django.core.serializers` stubs

* `Quer...

github.com/typeddjango/django-stubs - 1334efdc4ea2037d982daf83ab26b7fa7d948258 authored 12 months ago by Thibaut Decombe <[email protected]>
Fix Field.formfield(), GeometryField.formfield() methods (#1778)

This partially reverts and fixes bugs introduced in 9010b5f8569255c55bc2253602a90eba2e57f46c.

github.com/typeddjango/django-stubs - 35bd24158a014b51fde66f024234928e13d5a12a authored almost 1 year ago by Brian Helba <[email protected]>
Drop hard dependency on mypy (#1782)

github.com/typeddjango/django-stubs - a9c56a9db5c32f45965c2c39cf6c0fa90a779371 authored almost 1 year ago by Marti Raudsepp <[email protected]>
Bump mypy from 1.6.0 to 1.6.1 (#1779)

Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 1.6.1.
- [Changelog](https://github....

github.com/typeddjango/django-stubs - 7815bb895a5f9d6a26caa67a213f485cdab04453 authored almost 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update Field constructor kwargs-only parameters (#491)

The number of allowed positional parameters of Field class constructors was significantly reduce...

github.com/typeddjango/djangorestframework-stubs - 133e572f08c83c5048a88891686d399e496812f0 authored about 1 year ago by Marti Raudsepp <[email protected]>
Version 3.14.4 release (#494)

github.com/typeddjango/djangorestframework-stubs - 0ce366f29821f6d3888b37363c394bc2d05ced99 authored about 1 year ago by Marti Raudsepp <[email protected]>
Version 4.2.5 release (django-stubs, django-stubs-ext) (#1777)

github.com/typeddjango/django-stubs - c5e052be3eb1d98687cfb862436f8ce47320a3b5 authored about 1 year ago by Marti Raudsepp <[email protected]>
Fix F.resolve_expression() return type (#1659)

Co-authored-by: Marti Raudsepp <[email protected]>

github.com/typeddjango/django-stubs - 789a4f12479e4a81341f7cb9de1c43b499eeca38 authored about 1 year ago by Matthew Schinckel <[email protected]>
Improve Field.formfield(), GeometryField.formfield() methods (#1724)

Co-authored-by: Marti Raudsepp <[email protected]>

github.com/typeddjango/django-stubs - af16f4fd954a91ddaa1f4a1af169293bb7eadfb1 authored about 1 year ago by Brian Helba <[email protected]>
Initial stubtest testing with autogenerated allowlist (#493)

* Initial stubtest testing with autogenerated allowlist

* [pre-commit.ci] auto fixes from pre...

github.com/typeddjango/djangorestframework-stubs - 41028f31a9e7e3c42815aea65a82ae53df2dffde authored about 1 year ago by Marti Raudsepp <[email protected]>
Fix BaseModelForm, ErrorList, ErrorDict __init__(renderer=) parameter (#1690)

Adds ErrorList and ErrorDict __init__'s

Was not able to remove the __init__ from the allowlis...

github.com/typeddjango/django-stubs - 323b105fb6121ea21e75e22213da10f2ae4ce80a authored about 1 year ago by Gabriel Dugny <[email protected]>
Verify that `Manager.from_queryset()` handles invalid argument types (#1731)

Co-authored-by: Marti Raudsepp <[email protected]>

github.com/typeddjango/django-stubs - bcf6356ab9ef90638479236656ee749234314d17 authored about 1 year ago by Petter Friberg <[email protected]>
Add missing None return to __init__ methods (#492)

Seemed a bit inconsistent. This has no effect on user code.

github.com/typeddjango/djangorestframework-stubs - b7854f0847eaa271d1970e7b04ba4e6cea5778d7 authored about 1 year ago by Marti Raudsepp <[email protected]>
Allow None for HyperlinkedRelatedField.get_url(format=) parameter (#485)

github.com/typeddjango/djangorestframework-stubs - c06c06ac57bbd371fc1112003a5abfbbe38e5284 authored about 1 year ago by Youri Westerman <[email protected]>
Bump black (#1776)

* Bump black

* Update requirements.txt

github.com/typeddjango/django-stubs - 44d5c139bbfb827fe2e499e9d1e68aa76df98f60 authored about 1 year ago by Nikita Sobolev <[email protected]>
Bump types-requests from 2.31.0.9 to 2.31.0.10 (#490)

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.9 to 2.31.0.10.
- [Commi...

github.com/typeddjango/djangorestframework-stubs - 4ae6df699e841928a7d5e981ab443e4876d06491 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Migrate from flake8 to ruff (#488)

github.com/typeddjango/djangorestframework-stubs - 5727f17e672da2f2d2e99333affdd7d43f3d908c authored about 1 year ago by Marti Raudsepp <[email protected]>
Django core cache (#1774)

* Add missing `pickle_protocol` stubs

* Fix `django.core.cache.backends.memcached` types

*...

github.com/typeddjango/django-stubs - 45d4851b5e1cbaf30dfccd07468ea0433b15746c authored about 1 year ago by Thibaut Decombe <[email protected]>
chore: Migrate from flake8 to ruff (#1718)

Ruff now includes flake8-pyi rules has well as the flake8-no-pep420 rule.

To simplify the dev...

github.com/typeddjango/django-stubs - 7aa4f4810a9ba78b1563410efc4518a0d2491985 authored about 1 year ago by Gabriel Dugny <[email protected]>
Update `django.middleware.csrf` types (#1770)

github.com/typeddjango/django-stubs - c621edcc1d135687b1dd5bea3dee1ea41ed67235 authored about 1 year ago by Thibaut Decombe <[email protected]>
Tests: Add mypy error codes to typecheck (#1773)

* Remove show error codes

* Update test error codes

Require [sd](https://github.com/chmln/...

github.com/typeddjango/django-stubs - 69fceac3618bb75ac4216f5654910cb997a5b808 authored about 1 year ago by Thibaut Decombe <[email protected]>
Bump pre-commit from 3.4.0 to 3.5.0 (#486)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.4.0 to 3.5.0.
- [Release no...

github.com/typeddjango/djangorestframework-stubs - c959827da11939f691ab95a7c2029d56908155e9 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump types-requests from 2.31.0.8 to 2.31.0.9 (#487)

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.8 to 2.31.0.9.
- [Commit...

github.com/typeddjango/djangorestframework-stubs - 57857ba49a4a889f2792b01fb3947dc7fa157254 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pre-commit from 3.4.0 to 3.5.0 (#1772)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.4.0 to 3.5.0.
- [Release no...

github.com/typeddjango/django-stubs - fd0d77164bb3b39bfd319f9d922d3a73c0aab721 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Support `psycopg2.sql.SQL` in `QuerySet.raw` (#1767)

github.com/typeddjango/django-stubs - 536c73d19120fa9c27dd7c09c1a3c86ce6911cf1 authored about 1 year ago by Petter Friberg <[email protected]>
Require 1 callable argument for `@cached_property` (#1766)

github.com/typeddjango/django-stubs - 02fc11c4882057014795e1679e356c50d3b03672 authored about 1 year ago by Petter Friberg <[email protected]>
Allow None for Pagination.template attribute (#482)

github.com/typeddjango/djangorestframework-stubs - ed421867d12a473c66ea927b7c9fa8fd66a7fc14 authored about 1 year ago by Marti Raudsepp <[email protected]>
Add missing `_default_manager` symbol to generated through model (#1745)

github.com/typeddjango/django-stubs - ec160ce8b33646eccaa653e61d67a531572474a3 authored about 1 year ago by Petter Friberg <[email protected]>
Update mypy requirement from ==1.5.* to ~=1.6.0 (#484)

* Update mypy requirement from ==1.5.* to >=1.5,<1.7

Updates the requirements on [mypy](https...

github.com/typeddjango/djangorestframework-stubs - 7517b700489e58f1b365428c6d1232f2ed8ba80c authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mypy from 1.5.1 to 1.6.0 (#1764)

* Bump mypy from 1.5.1 to 1.6.0

Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1....

github.com/typeddjango/django-stubs - a249686896f9e8d4ae31956bf9d3d9d4d13185db authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#1763)

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-com...

github.com/typeddjango/django-stubs - 302f800a403d8e389fd8b5c0ddb8f561068cbe91 authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
CI: Enable testing with Python 3.12 (#478)

* CI: Enable testing with Python 3.12
* SETUPTOOLS_ENABLE_FEATURES=legacy-editable
* pre-commi...

github.com/typeddjango/djangorestframework-stubs - 9881214bbfc15133c99ae66ca8defdf0deb881d4 authored about 1 year ago by Marti Raudsepp <[email protected]>
CI: Enable testing with Python 3.12 (#1759)

* CI: Enable testing with Python 3.12

This requires removing the `setuptools` version constra...

github.com/typeddjango/django-stubs - e050840fc7affa4a183dc661a823a2fb8bd0111a authored about 1 year ago by Marti Raudsepp <[email protected]>
Bump types-requests from 2.31.0.7 to 2.31.0.8 (#481)

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.7 to 2.31.0.8.
- [Commit...

github.com/typeddjango/djangorestframework-stubs - 89602d24aad170a8ae39241812ff0fa4a496a64b authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#455)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0...

github.com/typeddjango/djangorestframework-stubs - ce162dbb7d3ff098f014fcac00d0b35ba571e915 authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Add version 4.2.4 to version compatibility table (#1758)

Version 4.2.4 was missing.

github.com/typeddjango/django-stubs - ebca0e7e25642c42b414368cb862413090659f49 authored about 1 year ago by Marti Raudsepp <[email protected]>
Fill remaining missing hints & disallow partial hints (#480)

Disallow untyped/incomplete function definitions (`disallow_untyped_defs = true`, `disallow_inco...

github.com/typeddjango/djangorestframework-stubs - 326bcc8c59641f70becf7e9c02533ba61dd640a3 authored about 1 year ago by Marti Raudsepp <[email protected]>
Update django to 4.2.6 (#1757)

github.com/typeddjango/django-stubs - 6c53189002fb91c0cfb57788d86cf0634e0f3b3f authored about 1 year ago by Nikita Sobolev <[email protected]>
Harmonize `mypy.ini` config with django-stubs (#479)

* Most of the overrides in `tests/plugins.ini` are no longer needed
* Removed lots of unneeded ...

github.com/typeddjango/djangorestframework-stubs - adf69755d62facbad2e267868d91dd0509575a3d authored about 1 year ago by Marti Raudsepp <[email protected]>
Version 3.14.3 release (#477)

github.com/typeddjango/djangorestframework-stubs - fc62c8e2e00a433476085911b33279de75c1c0b8 authored about 1 year ago by Marti Raudsepp <[email protected]>
Specify that Request.parser_context can never be None (#476)

github.com/typeddjango/djangorestframework-stubs - c1c8db524839091ea89ddda18a8774fa5ac142d8 authored about 1 year ago by Marti Raudsepp <[email protected]>
Bump types-requests from 2.31.0.2 to 2.31.0.7 (#475)

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.2 to 2.31.0.7.
- [Commit...

github.com/typeddjango/djangorestframework-stubs - d31cc85913ce1b1818c7afac9a785b2cb5f0449c authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pytest from 7.4.1 to 7.4.2 (#463)

github.com/typeddjango/djangorestframework-stubs - a5536c433f8b2a6f8a0c56c8669cc22122087b65 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update mypy requirement from ==1.4.* to ==1.5.* (#456)

github.com/typeddjango/djangorestframework-stubs - 216e231e3d065b1907fb0c2523117c4382f2eee0 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump types-pytz from 2023.3.0.1 to 2023.3.1.1 (#468)

github.com/typeddjango/djangorestframework-stubs - 7a7040476b5bcc77cc90a6af2c0a2bbb74769f66 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add FAQ section to README to explain generics with ModelSerializer (#444)

Co-authored-by: Marti Raudsepp <[email protected]>

github.com/typeddjango/djangorestframework-stubs - 2e3e89c431c17be4aa0ec69e1b55f9a3ddc3b702 authored about 1 year ago by Bruno Alla <[email protected]>
Annotate Field.default_error_messages as a ClassVar (#464)

This clarifies that this field is set on the class itself, not on instances.

github.com/typeddjango/djangorestframework-stubs - 9bce9859bf61aeeb0e0bbb46efd570dcca00b36d authored about 1 year ago by Brian Helba <[email protected]>