1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/howto
2017-07-26 09:34:10 -04:00
..
deployment Fixed #28327 -- Removed contradictory description of mod_wsgi docs. 2017-06-20 07:35:55 -04:00
static-files Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
auth-remote-user.txt Removed versionadded/changed annotations for 1.10. 2017-01-17 20:52:05 -05:00
custom-file-storage.txt
custom-lookups.txt Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
custom-management-commands.txt Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
custom-model-fields.txt Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value(). 2017-07-20 16:30:08 -04:00
custom-template-tags.txt Fixed typo in docs/howto/custom-template-tags.txt. 2017-03-01 15:42:00 -05: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
jython.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
legacy-databases.txt
outputting-csv.txt Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-06-26 10:30:31 -04:00
outputting-pdf.txt
overriding-templates.txt Fixed #26028 -- Added overriding templates howto. 2017-06-02 18:17:27 -04:00
upgrade-version.txt Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS. 2017-07-24 13:33:30 -04:00
windows.txt
writing-migrations.txt Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt. 2017-07-26 09:34:10 -04:00