1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/django
Tom Carrick 8ee4bb6ffc Fixed #31986 -- Fixed admin filter sidebar scrolling.
Regression in 2bc38bc7ca.

Thanks haki for the report.
2020-09-30 20:35:16 +02:00
..
apps Fixed #31870 -- Fixed crash when populating app registry with empty or without apps module. 2020-08-10 20:16:45 +02:00
bin
conf Updated translations from Transifex. 2020-09-30 10:25:48 +02:00
contrib Fixed #31986 -- Fixed admin filter sidebar scrolling. 2020-09-30 20:35:16 +02:00
core Fixed #32047 -- Fixed call_command() crash if a constant option from required mutually exclusive group is passed in options. 2020-09-30 20:10:38 +02:00
db Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating over aggregation aliases. 2020-09-29 09:04:25 +02:00
dispatch
forms Fixed #32042 -- Improved error messages for the number of submitted forms in formsets. 2020-09-28 07:05:34 +02:00
http Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads. 2020-09-30 10:30:43 +02:00
middleware Fixed #31789 -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
template
templatetags Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural count is not a number. 2020-09-29 08:03:51 +02:00
test Fixed #27906 -- Fixed test tools counting of HTML matches for subsets of elements. 2020-09-24 12:52:41 +02:00
urls Fixed #31791 -- Made technical 404 debug page display the tried URL patterns for Http404. 2020-09-07 06:54:19 +02:00
utils Fixed #31789 -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
views Fixed #31789 -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
__init__.py
__main__.py
shortcuts.py