mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-24 04:03:45 +00:00
Fixed typo.
This commit is contained in:
parent
a3ae593aff
commit
e99a7c19dd
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ grouped into fieldsets (``group_fieldsets = False``).
|
||||||
|
|
||||||
A few simple policies are applied:
|
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.
|
* Other default ``ModelAdmin`` options like ``exclude`` are respected.
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue