| Age | Commit message (Collapse) | Author |
|
django.contrib.auth section.
Thanks Tim Graham for the report.
|
|
|
|
|
|
|
|
FilteredRelation.
|
|
|
|
Bug in be63c78760924e1335603c36babd0ad6cfaea3c4.
|
|
|
|
|
|
Regression in 3d734c09ff0138441dfe0a59010435871d17950f.
Thanks Raphaël Stefanini for the report.
|
|
|
|
decimal places.
Regression in 08c5a787262c1ae57f6517d4574b54a5fcaad124.
Thanks Andrii Lahuta for the report.
|
|
|
|
This avoids building up a second datastructure for the duplicate files
warning case and simply flatten and strip duplicates if that case ever
arises.
|
|
graphlib.TopologicalSort().
graphlib.TopologicalSort() is available since Python 3.9.
|
|
Python 3.9+ supports @functools.cache as an alias for
@functools.lru_cache(maxsize=None).
|
|
|
|
Available since Python 3.10 where it was reintroduced.
|
|
Available since Python 3.10.
|
|
isocalendar() returns a namedtuple() instead of tuple in Python 3.9+
|
|
|
|
|
|
|
|
|
|
Follow up to 772cd2b15b158679b9dc15fb599aa935ec7c25b1.
|
|
reporting section.
|
|
|
|
|
|
overridden.
|
|
when nulls_first/nulls_last=False is passed.
Per deprecation timeline.
|
|
Per deprecation timeline.
This also removes "django/forms/default.html" and
"django/forms/formsets/default.html" templates.
|
|
deprecation timeline.
|
|
deprecation timeline.
|
|
name to SimpleTestCase.assertFormError()/assertFormSetError().
Per deprecation timeline.
|
|
|
|
Per deprecation timeline.
|
|
RemoteUserBackend.configure_user() subclasses.
Per deprecation timeline.
|
|
filters.
Per deprecation timeline.
|
|
after prefetch_related().
Per deprecation timeline.
|
|
|
|
SimpleTestCase.assertFormError()/assertFormsetErrors().
Per deprecation timeline.
|
|
|
|
django.utils.functional.cached_property().
Per deprecation timeline.
|
|
deprecation timeline.
|
|
|
|
ErrorDict/ErrorList.
Per deprecation timeline.
|
|
|
|
|
|
Per deprecation timeline.
|
|
|