1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
Aarni Koskela 68e33b347d Fixed #32105 -- Added template paths as ExceptionReporter class attributes.
This allows replacement of the debugging templates without having to
copy-paste the `get_traceback_html` and `get_traceback_text` functions
into a subclass.

Thanks to Nick Pope for review.
2020-10-15 13:56:15 +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 the link documenting the de_CH number formats. 2020-10-14 14:37:26 +02:00
contrib Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms in expressions. 2020-10-14 20:56:04 +02:00
core Fixed #32094 -- Fixed flush() calls on management command self.stdout/err proxies. 2020-10-09 12:59:00 +02:00
db Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms. 2020-10-14 20:56:04 +02:00
dispatch
forms Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin. 2020-10-09 08:14:17 +02:00
http Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
middleware Fixed #31789 -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +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 Removed unneeded iri_to_uri() call in reverse(). 2020-10-06 12:29:06 +02:00
utils Removed unneeded calls to iri_to_uri() in cache key generation. 2020-10-06 12:29:06 +02:00
views Fixed #32105 -- Added template paths as ExceptionReporter class attributes. 2020-10-15 13:56:15 +02:00
__init__.py Bumped version; master is now 3.2 pre-alpha. 2020-05-13 09:07:51 +02:00
__main__.py
shortcuts.py