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
jython.txt
legacy-databases.txt
outputting-csv.txt
outputting-pdf.txt
upgrade-version.txt