mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed a couple of documentation typos.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
72e4a6865d
commit
d7c2dcd538
3 changed files with 4 additions and 4 deletions
|
@ -1287,7 +1287,7 @@ on whichever model contains the actual reference to the
|
|||
:class:`~django.db.models.ManyToManyField`. Depending on your ``ModelAdmin``
|
||||
definition, each many-to-many field in your model will be represented by a
|
||||
standard HTML ``<select multiple>``, a horizontal or vertical filter, or a
|
||||
``raw_id_admin`` widget. However, it is also possible to to replace these
|
||||
``raw_id_admin`` widget. However, it is also possible to replace these
|
||||
widgets with inlines.
|
||||
|
||||
Suppose we have the following models::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue