Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
5.2.2 source code.tar.gz | 2025-07-17 | 415.3 kB | |
5.2.2 source code.zip | 2025-07-17 | 766.4 kB | |
README.md | 2025-07-17 | 2.2 kB | |
Totals: 3 Items | 1.2 MB | 3 |
What's Changed
- Fix
reveal_type
to return its argument by @andersk in https://github.com/typeddjango/django-stubs/pull/2716 - fix stubs of HttpRequest read / readine by @asottile in https://github.com/typeddjango/django-stubs/pull/2714
- restore iterability of ResolverMatch by @asottile in https://github.com/typeddjango/django-stubs/pull/2719
- Add missing instance variable declarations for
RawQuerySet
by @youtux in https://github.com/typeddjango/django-stubs/pull/2718 - Add
join
toJSONObject
by @sobolevn in https://github.com/typeddjango/django-stubs/pull/2721 - add stubs for
QuerySet._raw_delete
by @asottile in https://github.com/typeddjango/django-stubs/pull/2733 - Fix aliasing of choices in a class in choices plugin by @ngnpope in https://github.com/typeddjango/django-stubs/pull/2734
- Change
resolve_callables
argument type toMapping
by @rodmk in https://github.com/typeddjango/django-stubs/pull/2735 - Update django to 5.2.4 by @sobolevn in https://github.com/typeddjango/django-stubs/pull/2736
- Fix test
HttpResponse.context_data
by @UnknownPlatypus in https://github.com/typeddjango/django-stubs/pull/2737 - Don't try to patch automatically symbols in
django.contrib.auth.forms
by @UnknownPlatypus in https://github.com/typeddjango/django-stubs/pull/2738 - Improve
.values()
types when expressions are used by @UnknownPlatypus in https://github.com/typeddjango/django-stubs/pull/2739 - Update mypy to 1.17.0 by @ngnpope in https://github.com/typeddjango/django-stubs/pull/2744
- Minor Plugin improvements by @UnknownPlatypus in https://github.com/typeddjango/django-stubs/pull/2745
BasePasswordHasher.safe_summary
commonly usesStrOrPromise
by @jdelic in https://github.com/typeddjango/django-stubs/pull/2742- Fix
FormMixin
plugin by @UnknownPlatypus in https://github.com/typeddjango/django-stubs/pull/2746
New Contributors
- @rodmk made their first contribution in https://github.com/typeddjango/django-stubs/pull/2735
- @jdelic made their first contribution in https://github.com/typeddjango/django-stubs/pull/2742
Full Changelog: https://github.com/typeddjango/django-stubs/compare/5.2.1...5.2.2