django/docs/topics/class-based-views
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
..
generic-display.txt [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__ 2013-07-05 19:30:08 +02:00
generic-editing.txt Fixed errors and inconsistencies in CBV topic documentation. 2013-06-23 00:18:23 +02:00
index.txt [1.6.x] Fixed #21264 -- Incorrect RST usage in docs 2013-10-14 08:15:50 -04:00
intro.txt [1.6.x] Fixed #20890 -- Added missing import in class-based view docs. 2013-08-10 18:08:27 -04:00
mixins.txt [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-11-18 16:03:00 +01:00