django/docs/howto
Ian Lee 00fbd8fd52 Broke long lines in code examples.
The website only renders code blocks at 96 chars, and therefore
long code lines get wrapped. Manually breaking the lines prevents
the wrapping from occurring.
2015-02-23 07:45:37 -05:00
..
deployment Fixed #24358 -- Corrected code-block directives for console sessions. 2015-02-22 09:35:39 -05:00
static-files Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
auth-remote-user.txt Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
custom-file-storage.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
custom-lookups.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
custom-management-commands.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
custom-model-fields.txt Update converters to take a consistent set of parameters. 2015-02-20 11:35:52 +00:00
custom-template-tags.txt Broke long lines in code examples. 2015-02-23 07:45:37 -05:00
error-reporting.txt Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
index.txt Added a "Writing migrations" how-to. 2015-02-03 13:09:54 -05:00
initial-data.txt Removed support for custom SQL per deprecation timeline. 2015-01-17 10:16:06 -05:00
jython.txt Fixed #23257 -- Updated docs for new django-jython release. 2014-08-08 12:31:56 -04: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 Used https for most *.python.org links 2014-12-19 18:07:52 +01:00
outputting-pdf.txt Fixed #24358 -- Corrected code-block directives for console sessions. 2015-02-22 09:35:39 -05:00
upgrade-version.txt Fixed #24358 -- Corrected code-block directives for console sessions. 2015-02-22 09:35:39 -05:00
windows.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
writing-migrations.txt Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:34:09 +07:00