django/docs/ref/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
..
base.txt [1.6.x] Fixed #21396: Document backwards-incompatible change in RedirectView.get_redirect_url. 2013-11-08 10:55:11 +01:00
flattened-index.txt Doc cleanup for FormMixin.prefix; refs #18872. 2013-06-25 07:50:43 -04:00
generic-date-based.txt Fixed #20565 -- Added template examples for GCBV. 2013-06-14 16:31:11 +02:00
generic-display.txt [1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt 2013-07-11 07:37:42 -04:00
generic-editing.txt Fixed #20565 -- Added template examples for GCBV. 2013-06-14 16:31:11 +02:00
index.txt Fixed #20476 -- Typo. 2013-05-21 21:29:14 +02:00
mixins-date-based.txt [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-11-18 16:03:00 +01:00
mixins-editing.txt Doc cleanup for FormMixin.prefix; refs #18872. 2013-06-25 07:50:43 -04:00
mixins-multiple-object.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
mixins-simple.txt Fixed #20294 -- Documented context processors in TemplateResponseMixin. 2013-05-18 12:45:40 +02:00
mixins-single-object.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
mixins.txt Fixed #18451 -- Vastly improved class based view documentation. 2012-06-11 10:40:23 +02:00