What's Changed
* Support mypy1.15 by sobolevn in https://github.com/typeddjango/django-stubs/pull/2502
* Support Django5.1.5 by sobolevn in https://github.com/typeddjango/django-stubs/pull/2482
* Support Django5.1.6 by sobolevn in https://github.com/typeddjango/django-stubs/pull/2503
* Fix `ContentType` model fields to be infered as `Any`, 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` and `Any` type param for `Field` 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