mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
chore: Fix versionadded
This commit is contained in:
parent
cabc1b3df2
commit
ec886d6492
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ For German, all fields (both ``title`` and ``text``) are required; for all other
|
||||||
|
|
||||||
The required fields are still ``null=True``, though.
|
The required fields are still ``null=True``, though.
|
||||||
|
|
||||||
.. versionadded:: 0.20
|
.. versionadded:: 0.19.4
|
||||||
|
|
||||||
To set required_languages for all models, use `MODELTRANSLATION_REQUIRED_LANGUAGES` setting,
|
To set required_languages for all models, use `MODELTRANSLATION_REQUIRED_LANGUAGES` setting,
|
||||||
which accepts the same values as `required_languages` class variable.
|
which accepts the same values as `required_languages` class variable.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue