Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
5.1.3 source code.tar.gz | 2025-02-07 | 343.8 kB | |
5.1.3 source code.zip | 2025-02-07 | 688.4 kB | |
README.md | 2025-02-07 | 1.1 kB | |
Totals: 3 Items | 1.0 MB | 0 |
What's Changed
- Support mypy@1.15 by @sobolevn in https://github.com/typeddjango/django-stubs/pull/2502
- Support Django@5.1.5 by @sobolevn in https://github.com/typeddjango/django-stubs/pull/2482
- Support Django@5.1.6 by @sobolevn in https://github.com/typeddjango/django-stubs/pull/2503
- Fix
ContentType
model fields to be infered asAny
, refs [#2446] by @sobolevn in https://github.com/typeddjango/django-stubs/pull/2483 - Fix
@deprecated
based on the review by @sobolevn in https://github.com/typeddjango/django-stubs/pull/2485 - Fix error with
null=True
andAny
type param forField
types by @sobolevn in https://github.com/typeddjango/django-stubs/pull/2492 - Fix types for
TestCase.assertJSON{Not,}Equal
by @nickstenning in https://github.com/typeddjango/django-stubs/pull/2497 - DomainNameValidator types by @HansAarneLiblik in https://github.com/typeddjango/django-stubs/pull/2498
New Contributors
- @nickstenning made their first contribution in https://github.com/typeddjango/django-stubs/pull/2497
Full Changelog: https://github.com/typeddjango/django-stubs/compare/5.1.2...5.1.3