django/docs/intro
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
..
_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 Bumped minimum Python version requirement to 2.7 in Django 1.7. 2013-07-01 12:01:59 +02:00
overview.txt Fixed #20224 -- Update docs examples which mention __unicode__ 2013-07-05 19:27:07 +02:00
reusable-apps.txt Fixed #20746 -- Removed Python 2.6 specific code/docs 2013-07-14 13:02:55 -04:00
tutorial01.txt Fixed #18261 -- Clarified 'project root directory' 2013-07-09 07:11:41 -04:00
tutorial02.txt Fixed #20858 -- Removed erroneous import in tutorial 2. 2013-08-04 05:57:11 -04:00
tutorial03.txt Fixed #20667 - Removed discussion of DEBUG from tutorial. 2013-08-01 18:07:59 -04:00
tutorial04.txt Add missing imports to the examples in the 'First Steps' 2013-05-18 18:39:21 +02:00
tutorial05.txt Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-08-06 07:13:17 -04:00
tutorial06.txt Fixed #20307 -- Word repeated in tutorial. 2013-04-23 23:12:47 -04:00
whatsnext.txt Fixed #20667 - Removed discussion of DEBUG from tutorial. 2013-08-01 18:07:59 -04:00