Fixed the inevitable ReST bug in [137]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
af86b4e4b1
commit
5162e4745f
|
@ -284,7 +284,7 @@ field name is automatically calculated from the model's class name, lowercased,
|
|||
plus '_id'.)
|
||||
|
||||
Now "Choices" is an available option in the Django admin. The "Add choice" form
|
||||
looks like this::
|
||||
looks like this:
|
||||
|
||||
.. image:: http://media.djangoproject.com/img/doc/tutorial/admin10.png
|
||||
:alt: Choice admin page
|
||||
|
|
Loading…
Reference in New Issue