django/django
mdalp 3b73f77ad4 Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle. 2021-12-14 09:08:25 +01:00
..
apps
conf Updated translations from Transifex. 2021-12-06 20:31:03 +01:00
contrib Improved wording in password validators docs and docstrings. 2021-12-13 18:53:07 +01:00
core Fixed #33361 -- Fixed Redis cache backend crash on booleans. 2021-12-14 07:16:30 +01:00
db Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle. 2021-12-14 09:08:25 +01:00
dispatch
forms Moved ManagementForm's fields to class attributes. 2021-12-10 10:04:28 +01:00
http
middleware
template Refs #32290 -- Optimized construct_relative_path() by delay computing has_quotes. 2021-12-08 08:17:54 +01:00
templatetags
test Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a formset named "form". 2021-12-08 20:33:03 +01:00
urls Fixed #33351 -- Made path()/re_path() raise TypeError when kwargs argument is not a dict. 2021-12-13 08:09:28 +01:00
utils Fixed #33078 -- Added support for language regions in i18n_patterns(). 2021-12-03 12:57:06 +01:00
views
__init__.py
__main__.py
shortcuts.py