1
0
mirror of https://github.com/django/django.git synced 2025-01-12 11:26:23 +00:00
django/django
2020-12-07 10:14:27 +01:00
..
apps Fixed -- Fixed crash when populating app registry with empty or without apps module. 2020-08-10 20:16:45 +02:00
bin
conf Updated Malayalam language name. 2020-11-10 21:37:13 +01:00
contrib Fixed -- Made ReadOnlyPasswordHashField disabled by default. 2020-12-03 09:32:08 +01:00
core Fixed -- Made makemessages warn if locales have hyphens and skip them. 2020-11-13 09:25:42 +01:00
db Removed lhs_only argument from KeyTransform.preprocess_lhs(). 2020-12-07 10:14:27 +01:00
dispatch
forms Fixed -- Fixed crash when formset management form is invalid. 2020-11-05 10:40:41 +01:00
http Refs -- Fixed handling memoryview content by HttpResponse on Python 3.10+. 2020-11-10 09:56:15 +01:00
middleware Made small readability improvements. 2020-10-28 20:20:20 +01:00
template Refs -- Clarified debug message when skipping templates to avoid recursion. 2020-11-21 10:49:31 +01:00
templatetags Fixed -- Made blocktranslate tag raise TemplateSyntaxError when plural count is not a number. 2020-09-29 08:03:51 +02:00
test Fixed -- Prevented crash when setUpTestData() errors with --debug-sql. 2020-11-28 12:22:59 +01:00
urls Fixed -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
utils Fixed -- Removed strict=True in Path.resolve() in autoreloader. 2020-11-25 20:39:54 +01:00
views Improved bidirectionality on the 'Congrats' page. 2020-11-24 13:03:35 +01:00
__init__.py
__main__.py
shortcuts.py Made small readability improvements. 2020-10-28 20:20:20 +01:00