chore: Fix versionadded

This commit is contained in:
Serhii Tereshchenko 2024-06-20 20:11:24 +03:00
parent cabc1b3df2
commit ec886d6492

View file

@ -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.
.. versionadded:: 0.20
.. versionadded:: 0.19.4
To set required_languages for all models, use `MODELTRANSLATION_REQUIRED_LANGUAGES` setting,
which accepts the same values as `required_languages` class variable.