Fixed a bunch of ReST errors that resulted in interpretation as block quotations

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2011-10-10 15:32:01 +00:00
parent 17659adf93
commit af244e47cc
11 changed files with 57 additions and 55 deletions

View file

@ -230,7 +230,7 @@ subclass::
This results in an admin page that looks like:
.. image:: _images/flatfiles_admin.png
.. image:: _images/flatfiles_admin.png
If neither ``fieldsets`` nor :attr:`~ModelAdmin.fields` options are present,
Django will default to displaying each field that isn't an ``AutoField`` and
@ -577,7 +577,7 @@ subclass::
Set ``list_filter`` to activate filters in the right sidebar of the change
list page of the admin, as illustrated in the following screenshot:
.. image:: _images/users_changelist.png
.. image:: _images/users_changelist.png
``list_filter`` should be a list of elements, where each element should be
of one of the following types:

View file

@ -40,7 +40,7 @@ available in the context, then you can refer to it directly::
.. versionadded:: 1.2
Next, we can use the :ttag:`render_comment_list` tag, to render all comments
to the given instance (``entry``) by using the ``comments/list.html`` template.
to the given instance (``entry``) by using the ``comments/list.html`` template::
{% render_comment_list for entry %}

View file

@ -824,7 +824,7 @@ Mexico (``mx``)
.. class:: mx.forms.MXCURPField
.. versionadded:: 1.4
.. versionadded:: 1.4
A field that validates a Mexican *Clave Única de Registro de Población*.