1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/ref/contrib/admin
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
..
_images Fixed #10615 - Added selection counter to admin change list. Thanks to Martin Mahner for the idea and initial patch. 2010-01-05 18:24:27 +00:00
actions.txt Fixed #16377 -- Fixed docs about how to disable the admin actions conditionally to match the current code. Thanks, Aymeric Augustin. 2011-07-29 09:40:43 +00:00
admindocs.txt Replaced an inappropriate UTF8 character in the admindocs docs. Thanks to Luke Plant for the report. 2010-11-20 11:10:48 +00:00
index.txt Fixed #16863 -- Corrected ReST markup to avoid errors building docs. 2011-09-16 18:06:42 +00:00