django/docs/intro
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
..
_images Simplified default project template. 2013-02-04 13:21:36 +01:00
contributing.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
index.txt Updated some 'Dive Into Python' links 2013-04-01 14:04:41 +02:00
install.txt Stopped branding Python 3 support as experimental. 2013-07-01 11:52:00 +02:00
overview.txt [1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent. 2013-09-25 21:11:17 -03:00
reusable-apps.txt [1.6.x] Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation. 2013-09-13 09:30:12 -04:00
tutorial01.txt [1.6.x] Fixed #21210 -- Documented when runserver doesn't auto-restart. 2013-10-14 10:38:30 -04:00
tutorial02.txt [1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent. 2013-09-25 21:11:17 -03:00
tutorial03.txt [1.6.x] Fixed #20763 -- Typo in tutorial 3. 2013-07-18 08:06:50 -04:00
tutorial04.txt Add missing imports to the examples in the 'First Steps' 2013-05-18 18:39:21 +02:00
tutorial05.txt [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-11-18 16:03:00 +01:00
tutorial06.txt Fixed #20307 -- Word repeated in tutorial. 2013-04-23 23:12:47 -04:00
whatsnext.txt [1.6.x] Fixed #20667 - Removed discussion of DEBUG from tutorial. 2013-06-30 14:56:10 -04:00