mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-23 11:45:52 +00:00
Fixed typo and made a small reword.
This commit is contained in:
parent
19785d0649
commit
7c8870c7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ fields, the following admin classes are provided:
|
|||
* ``TabbedDjangoJqueryTranslationAdmin`` (aliased to ``TabbedTranslationAdmin``)
|
||||
* ``TabbedExternalJqueryTranslationAdmin``
|
||||
|
||||
Rather than subclassing ``TranslationAdmin``, simply to subclass one of these
|
||||
Rather than inheriting from ``TranslationAdmin``, simply subclass one of these
|
||||
classes like this:
|
||||
|
||||
.. code-block:: python
|
||||
|
|
|
|||
Loading…
Reference in a new issue