diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 15:33:57 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 15:33:57 +0000 |
| commit | 4a73b603d04baf31ada2809746947b21f9da0138 (patch) | |
| tree | a2e4d118bc29bc3c328fd1cd53a71bf1f08faadb /docs/ref/contrib | |
| parent | 78b5c65844a53a72bda6efad5aac33dbf90a929c (diff) | |
Fixed #10612 -- Removed duplicate word in docs, patch from adamfast.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index c2a8739dd4..7f71aca450 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -425,7 +425,7 @@ edit and save multiple rows at once. ``list_editable`` interacts with a couple of other options in particular ways; you should note the following rules: - * To use ``list_editable`` you must have defined ``ordering`` defined on + * To use ``list_editable`` you must have defined ``ordering`` on either your model or your ``ModelAdmin``. * Any field in ``list_editable`` must also be in ``list_display``. You |
