django1/docs/howto
Andrew Godwin a415ce70be Fixed #30451 -- Added ASGI handler and coroutine-safety.
This adds an ASGI handler, asgi.py file for the default project layout,
a few async utilities and adds async-safety to many parts of Django.
2019-06-20 12:29:43 +02:00
..
deployment Fixed #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
static-files Used auto-numbered lists in documentation. 2018-11-15 13:54:28 -05:00
auth-remote-user.txt Updated various links in docs to use HTTPS. 2018-01-07 14:28:41 +01:00
custom-file-storage.txt Removed versionadded/changed annotations for 1.9. 2016-05-20 11:44:29 -04:00
custom-lookups.txt Fixed #30365 -- Fixed syntax highlighting in SQL examples. 2019-04-23 12:37:50 +02:00
custom-management-commands.txt Fixed typos in signals and custom management commands docs. 2019-06-19 08:40:46 +02:00
custom-model-fields.txt Removed unnecessary /static from links to PostgreSQL docs. 2019-03-29 21:49:44 -04:00
custom-template-tags.txt Fixed datetime string format examples in docs/howto/custom-template-tags.txt. 2019-05-22 06:47:32 +02:00
error-reporting.txt Added missing word in docs/howto/error-reporting.txt. 2017-01-30 15:38:55 -05:00
index.txt Fixed #26028 -- Added overriding templates howto. 2017-06-02 18:17:27 -04:00
initial-data.txt Fixed broken links to PyYAML page. 2018-12-27 10:48:37 +01:00
jython.txt Fixed #28594 -- Removed Jython docs and specific code 2017-12-23 10:26:32 +01:00
legacy-databases.txt Fixed #22322 -- Fixed incorrect explanation of what managed=False does. 2014-03-25 14:01:37 -04:00
outputting-csv.txt Changed docs to link to Python's description of iterable. 2019-05-17 17:27:19 +02:00
outputting-pdf.txt Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. 2019-04-18 14:41:15 +02:00
overriding-templates.txt Emphasized that TemplatesSetting must be used to override widget templates. 2018-09-11 15:14:53 -04:00
upgrade-version.txt Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. 2019-04-18 14:41:15 +02:00
windows.txt Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django on Windows. 2019-04-23 09:32:55 +02:00
writing-migrations.txt Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work for atomic migrations. 2018-12-06 16:03:02 -05:00