django/django
sarahboyce e678046681 Fixed #34316 -- Fixed layout of admin password change forms and help texts.
Regression in 96a598356a.
2023-02-13 09:41:31 +01:00
..
apps Refs #34233 -- Used @functools.cache. 2023-01-18 19:23:18 +01:00
conf Fixed #34313 -- Updated thousands separator for Spanish (ES) locale. 2023-02-08 09:37:08 +01:00
contrib Fixed #34316 -- Fixed layout of admin password change forms and help texts. 2023-02-13 09:41:31 +01:00
core Fixed #32813 -- Made runserver display port after binding. 2023-02-10 08:22:34 +01:00
db Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError with no code. 2023-02-08 16:38:55 +01:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Fixed #34317 -- Renamed "instance" argument of BaseModelFormSet.save_existing() method. 2023-02-07 14:18:58 +01:00
http Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
middleware Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecation timeline. 2023-01-17 11:49:15 +01:00
template Refs #7430 -- Removed broken Template.__iter__(). 2023-02-08 11:17:58 +01:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
urls Refs #34233 -- Used @functools.cache. 2023-01-18 19:23:18 +01:00
utils Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
views Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
__init__.py Bumped version; master is now 5.0 pre-alpha. 2023-01-17 11:49:15 +01:00
__main__.py
shortcuts.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00