0
0
mirror of https://github.com/django/django.git synced 2024-11-22 11:57:34 +01:00
django/docs/howto
MinchinWeb f1585c54d0
Fixed #31216 -- Added support for colorama terminal colors on Windows.
Modern setups on Windows support terminal colors.
The colorama library may also be used, as an
alternative to the ANSICON library.
2020-11-11 14:27:10 +01:00
..
_images
deployment Updated ASGI uvicorn deployment docs. 2020-09-29 10:55:06 +02:00
static-files Updated {% static %} tag examples in docs to use single quotes where appropriate. 2020-11-02 10:34:24 +01:00
auth-remote-user.txt
custom-file-storage.txt
custom-lookups.txt
custom-management-commands.txt
custom-model-fields.txt
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
upgrade-version.txt
windows.txt Fixed #31216 -- Added support for colorama terminal colors on Windows. 2020-11-11 14:27:10 +01:00
writing-migrations.txt