github typeddjango/django-stubs 1.15.0

latest releases: 5.0.4, 5.0.3, 5.0.2...
19 months ago

This release updates recommended mypy version to 1.0.x. No changes in Django version compatibility.

Some re-exports that were unintentional have been removed. If you get errors like error: Module "django.core.cache" has no attribute "ConnectionProxy" (for any import path), you probably need to change the module you are importing e.g. ConnectionProxy from. These re-exports were never intentional and are not stable across Django versions.

In addition to code contributions, I'd like to thank @ngnpope, @sobolevn, @ljodal, @christianbundy, @mschoettle for helping out with reviews.

What's Changed

Fixes

Django 4.2 compatibility

Documentation

  • Use supported version in typecheck_tests command in Contributing guide by @adamantike in #1251

Housekeeping

Dependencies

New Contributors

Full Changelog: 1.14.0...1.15.0

Don't miss a new django-stubs release

NewReleases is sending notifications on new releases.