diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2013-11-09 15:08:57 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2013-11-09 15:08:57 +0100 |
| commit | c82e850eed2eb3957ed792908b73622ebd3034a7 (patch) | |
| tree | d3fa0a917bdf80a6024b5f9df2a9a645850c3580 /docs | |
| parent | 10a39debb2b95b41c8c4ec53247a3d1efe6c7f1b (diff) | |
Fixed versionadded misuse in the admin documentation.
Diffstat (limited to 'docs')
| -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 1301437df2..79faaf9e6c 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -853,7 +853,7 @@ subclass:: the list of objects on the admin change list page. This can save you a bunch of database queries. - .. versionchanged:: dev + .. versionchanged:: 1.6 The value should be either a boolean, a list or a tuple. Default is ``False``. |
