Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: c33d1ca1d98003de29cdecb6080b52c5c52139bd
https://github.com/django/django/commit/c33d1ca1d98003de29cdecb6080b52c5c52139bd
Author: Dominic Rodger <
dominicrod...@gmail.com>
Date: 2013-08-06 (Tue, 06 Aug 2013)
Changed paths:
M docs/howto/custom-management-commands.txt
M docs/howto/error-reporting.txt
M docs/intro/tutorial05.txt
M docs/ref/class-based-views/mixins-date-based.txt
M docs/ref/contrib/admin/index.txt
M docs/ref/contrib/auth.txt
M docs/ref/contrib/comments/moderation.txt
M docs/ref/django-admin.txt
M docs/ref/models/options.txt
M docs/ref/models/querysets.txt
M docs/ref/settings.txt
M docs/ref/templates/api.txt
M docs/releases/1.3.txt
M docs/releases/1.6.txt
M docs/releases/1.7.txt
M docs/topics/class-based-views/mixins.txt
M docs/topics/db/managers.txt
M docs/topics/db/queries.txt
M docs/topics/db/tablespaces.txt
M docs/topics/forms/modelforms.txt
Log Message:
-----------
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.