django1/docs/ref/contrib
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
..
admin [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-11-18 16:03:00 +01:00
comments [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-11-18 16:03:00 +01:00
formtools Fixed #20578 - Typo in BaseFormSet module name 2013-06-10 14:36:40 -04:00
gis [1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent. 2013-09-25 21:11:17 -03:00
auth.txt [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-11-18 16:03:00 +01:00
contenttypes.txt [1.6.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be accessed in forms. 2013-09-04 13:19:32 -04:00
csrf.txt Update link to jQuery Cookie plugin site 2013-05-24 14:36:17 +01:00
flatpages.txt Fixed #20500 - Updated flatpages URLconf example to work with APPEND_SLASH. 2013-06-11 12:25:39 -04:00
humanize.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
index.txt Removed django.contrib.markup. 2012-12-29 21:59:07 +01:00
messages.txt [1.6.x] Added some doc links for django.contrib.messages 2013-08-14 12:58:19 -04:00
redirects.txt Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddleware 2013-02-08 16:32:09 +01:00
sitemaps.txt Fixed #20665 -- Missing backslash in sitemaps documentation 2013-06-27 09:42:09 +02:00
sites.txt [1.6.x] Updated docs following deprecation of django.views.defaults.shortcut 2013-08-15 07:07:15 -04:00
staticfiles.txt [1.6.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible with runserver --insecure. 2013-09-06 17:30:59 -04:00
syndication.txt [1.6.x] Fixed #20860 -- Removed references to defunct chicagocrime.org 2013-08-04 14:46:41 -04:00
webdesign.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00