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 Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy. 2013-06-21 14:57:12 -04:00
auth-remote-user.txt Fixed broken links, round 4. refs #19516 2012-12-29 15:54:33 -05:00
custom-file-storage.txt Fix typo in file storage docs. 2012-11-17 23:25:37 +01:00
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 Fixed #14006 -- Documented that Field's 'description' attribute is interpolated with field.__dict__ 2013-07-06 18:33:45 -04:00
custom-template-tags.txt Fixed #20417 - Noted that a server restart is required to load new templatetag modules. 2013-05-23 08:52:55 -04:00
error-reporting.txt Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-08-06 07:13:17 -04:00
index.txt Fixed #17048 - Added docs for upgrading Django. 2013-05-22 08:52:46 -04:00
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 Fix CharField typo in legacy-databases.txt docs 2013-04-24 15:02:19 -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 Fixed #20493 -- Added a warning that objects may not be picklable across Django versions 2013-07-08 09:57:50 -04:00