Fixed typo.

This commit is contained in:
deschler 2013-02-17 23:20:09 +01:00
parent a3ae593aff
commit e99a7c19dd

View file

@ -302,7 +302,7 @@ grouped into fieldsets (``group_fieldsets = False``).
A few simple policies are applied:
* A ``fieldset`` option takes precedence over the ``group_fieldsets`` option.
* A ``fieldsets`` option takes precedence over the ``group_fieldsets`` option.
* Other default ``ModelAdmin`` options like ``exclude`` are respected.
.. code-block:: python