django/docs/ref
Carl Meyer 00678334aa Fixed #16863 -- Corrected ReST markup to avoid errors building docs.
Although directives such as "note" and "warning" will accept content
immediately following the directive, this is technically where arguments to the
directive should go (see http://sphinx.pocoo.org/rest.html#directives). Putting
the content there means that any lines beginning with an inline text role
(e.g. ":setting:`DEBUG`") will be mis-interpreted as an option block for the
directive. To avoid this error, there should always be a blank line between the
directive start and the directive content.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-16 18:06:42 +00:00
..
contrib Fixed #16863 -- Corrected ReST markup to avoid errors building docs. 2011-09-16 18:06:42 +00:00
files
forms Fixed some improper quotes in the form fields reference doc. 2011-09-12 07:15:47 +00:00
models Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
templates
authbackends.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
class-based-views.txt Converted links to external topics so they use intersphinx extension markup. 2011-09-04 21:17:30 +00:00
clickjacking.txt
databases.txt Fixed #16592 -- More test changes and documentation to account for MySQL's casual relationship with sanity. Thanks to Jim Dalton for the report and patch. 2011-09-10 20:06:10 +00:00
django-admin.txt
exceptions.txt
generic-views.txt
index.txt
middleware.txt
request-response.txt
settings.txt Fixed #16863 -- Corrected ReST markup to avoid errors building docs. 2011-09-16 18:06:42 +00:00
signals.txt Fixed #14503 -- Unified multiple implementations of test cases assert* methods that verify a given exception is raised by a callable throughout the Django test suite. 2011-08-13 00:42:08 +00:00
template-response.txt Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResponse 2011-05-24 21:28:43 +00:00
unicode.txt
utils.txt
validators.txt