django/docs/howto
Chris Lamb 77b8d8cb6d Discouraged use of /tmp with predictable names.
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.
2015-12-24 09:54:33 -05:00
..
deployment Fixed #25778 -- Updated docs links to use https when available. 2015-12-01 08:01:34 -05:00
static-files Discouraged use of /tmp with predictable names. 2015-12-24 09:54:33 -05:00
auth-remote-user.txt Fixed #25778 -- Updated docs links to use https when available. 2015-12-01 08:01:34 -05:00
custom-file-storage.txt Refs #9893 -- Removed shims for lack of max_length support in file storage per deprecation timeline. 2015-09-23 19:31:10 -04:00
custom-lookups.txt Fixed #25893 -- Corrected custom lookups example. 2015-12-11 08:44:17 -05:00
custom-management-commands.txt Fixed #25526 -- Documented how to output colored text in custom management commands. 2015-11-17 15:06:13 -05:00
custom-model-fields.txt Fixed #13774 -- Added models.Field.rel_db_type(). 2015-12-04 07:55:41 -05:00
custom-template-tags.txt Fixed #25851 -- Removed links to deprecated assignment tag docs. 2015-12-03 10:40:56 -05:00
error-reporting.txt Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when Referer = URL. 2015-08-24 19:35:49 -04:00
index.txt
initial-data.txt
jython.txt Fixed #25778 -- Updated docs links to use https when available. 2015-12-01 08:01:34 -05:00
legacy-databases.txt
outputting-csv.txt Fixed #25207 -- Misspelled word in documentation: dialogue 2015-08-01 19:17:35 -04:00
outputting-pdf.txt Fixed #25207 -- Misspelled word in documentation: dialogue 2015-08-01 19:17:35 -04:00
upgrade-version.txt Updated various links in docs 2015-08-08 13:57:15 +02:00
windows.txt Revised Windows install instructions for Python 3.5. 2015-10-21 20:25:57 -04:00
writing-migrations.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00