django/docs/howto
Dominic Rodger a9c50fccf2 [1.6.x] 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.

Backport of c33d1ca1d9 from master.
2013-11-18 16:03:00 +01:00
..
deployment [1.6.x] Fixed #20938 -- Added cached sessions note to deployment checklist. 2013-09-07 13:08:45 -04:00
static-files [1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent. 2013-09-25 21:11:17 -03:00
auth-remote-user.txt [1.6.x] Fixed #20900 -- Documented RemoteUserBackend.authenticate 2013-09-05 06:32:50 -04:00
custom-file-storage.txt Fix typo in file storage docs. 2012-11-17 23:25:37 +01:00
custom-management-commands.txt [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-11-18 16:03:00 +01:00
custom-model-fields.txt [1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without subclass restrictions. 2013-08-30 17:45:14 -06:00
custom-template-tags.txt [1.6.x] Fixed #20962 -- Documented that template tag render() may raise exceptions. 2013-10-14 11:55:12 -04:00
error-reporting.txt [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-11-18 16:03:00 +01:00
index.txt Fixed #17048 - Added docs for upgrading Django. 2013-05-22 08:52:46 -04:00
initial-data.txt [1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths. 2013-08-20 21:28:14 +02:00
jython.txt Fixed #19128 -- Reworded admonition about Jython and Django 1.5 2012-10-16 09:04:12 +02:00
legacy-databases.txt [1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent. 2013-09-25 21:11:17 -03:00
outputting-csv.txt Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
outputting-pdf.txt Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
upgrade-version.txt [1.6.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txt 2013-10-03 20:14:00 -04:00