What's Changed
- Support mypy@1.15 by @sobolevn in #2502
- Support Django@5.1.5 by @sobolevn in #2482
- Support Django@5.1.6 by @sobolevn in #2503
- Fix
ContentType
model fields to be infered asAny
, refs #2446 by @sobolevn in #2483 - Fix
@deprecated
based on the review by @sobolevn in #2485 - Fix error with
null=True
andAny
type param forField
types by @sobolevn in #2492 - Fix types for
TestCase.assertJSON{Not,}Equal
by @nickstenning in #2497 - DomainNameValidator types by @HansAarneLiblik in #2498
New Contributors
- @nickstenning made their first contribution in #2497
Full Changelog: 5.1.2...5.1.3