django1/docs/howto
Daniel Chimeno fbb9358149 Replaced 'python -Wall' with 'python -Wa'. 2018-03-28 13:25:03 -04:00
..
deployment Updated various links in docs to use HTTPS. 2018-01-07 14:28:41 +01:00
static-files Fixed #29265 -- Removed the suggestion to hardcode static URLs. 2018-03-28 11:16:01 -04: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 #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields). 2018-02-10 19:08:55 -05:00
custom-management-commands.txt Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073. 2018-01-12 14:18:32 -05: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 Fixed #29165 -- Clarified how to load initial data with migrations. 2018-03-08 10:58:19 -05: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 Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-06-26 10:30:31 -04:00
outputting-pdf.txt Fixed #28343 -- Add an OS chooser for docs command line examples. 2018-01-20 12:38:48 -05:00
overriding-templates.txt Fixed #26028 -- Added overriding templates howto. 2017-06-02 18:17:27 -04:00
upgrade-version.txt Replaced 'python -Wall' with 'python -Wa'. 2018-03-28 13:25:03 -04:00
windows.txt Corrected text from Python's Windows installer. 2016-08-18 14:05:12 -04:00
writing-migrations.txt Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt. 2017-07-26 09:34:10 -04:00