django1/django
Adam Johnson a56586eafe Fixed #32134 -- Fixed crash of __range lookup with namedtuple.
Regression in 8be79984dc.

Thanks Gordon Wrigley for the report.
2020-10-23 18:01:31 +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 Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. 2019-12-06 12:11:44 +01:00
conf Updated the link documenting the de_CH number formats. 2020-10-14 14:37:26 +02:00
contrib Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation. 2020-10-22 13:21:14 +02:00
core Fixed #32094 -- Fixed flush() calls on management command self.stdout/err proxies. 2020-10-09 12:59:00 +02:00
db Fixed #32134 -- Fixed crash of __range lookup with namedtuple. 2020-10-23 18:01:31 +02:00
dispatch Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
forms Fixed #13060 -- Improved error message when ManagementForm data is missing. 2020-10-21 11:47:07 +02:00
http Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
middleware Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
template Fixed #20601 -- Allowed forcing format with thousand separators in floatformat filter. 2020-10-13 10:36:46 +02:00
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 #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
utils Removed unneeded calls to iri_to_uri() in cache key generation. 2020-10-06 12:29:06 +02:00
views Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
__init__.py Bumped version; master is now 3.2 pre-alpha. 2020-05-13 09:07:51 +02:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline. 2019-01-17 10:50:25 -05:00