django/docs/howto
Dominic Rodger c33d1ca1d9 Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Sphinx generates left single quotes for apostrophes after
code markup, when right single quotes are required. The
easiest way to fix this is just by inserting the unicode
character for a right single quote.

Instances of the problem were found by looking for
">‘" in the generated HTML.
2013-08-06 07:13:17 -04:00
..
deployment Fixed #20667 - Removed discussion of DEBUG from tutorial. 2013-08-01 18:07:59 -04:00
static-files
auth-remote-user.txt
custom-file-storage.txt
custom-management-commands.txt Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-08-06 07:13:17 -04:00
custom-model-fields.txt
custom-template-tags.txt
error-reporting.txt Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-08-06 07:13:17 -04:00
index.txt
initial-data.txt Fixed a number of minor misspellings. 2013-07-27 18:46:03 -07:00
jython.txt Fixed #20746 -- Removed Python 2.6 specific code/docs 2013-07-14 13:02:55 -04:00
legacy-databases.txt
outputting-csv.txt
outputting-pdf.txt
upgrade-version.txt Fixed #20493 -- Added a warning that objects may not be picklable across Django versions 2013-07-08 09:57:50 -04:00