1
0
mirror of https://github.com/django/django.git synced 2025-01-05 16:06:07 +00:00
django/docs/howto
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
..
_images
deployment Updated ASGI uvicorn deployment docs. 2020-09-29 10:55:06 +02:00
static-files
auth-remote-user.txt
custom-file-storage.txt
custom-lookups.txt
custom-management-commands.txt Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories." 2020-06-01 10:55:41 +02:00
custom-model-fields.txt Corrected custom model fields how-to. 2020-07-10 11:11:40 +02:00
custom-template-backend.txt
custom-template-tags.txt
error-reporting.txt Fixed #32105 -- Added template paths as ExceptionReporter class attributes. 2020-10-15 13:56:15 +02:00
index.txt
initial-data.txt
legacy-databases.txt
outputting-csv.txt Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
outputting-pdf.txt
overriding-templates.txt Fixed #31912 -- Removed strict=True in Path.resolve() in project template and CommonPasswordValidator. 2020-08-28 05:57:36 +02:00
upgrade-version.txt Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. 2020-06-02 11:45:44 +02:00
windows.txt Updated How to install Django on Windows guide. 2020-06-03 16:28:10 +02:00
writing-migrations.txt Preferred usage of among/while to amongst/whilst. 2020-06-03 21:02:48 +02:00