From ec886d6492e64ace0d0db4daae0037aad2003344 Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Thu, 20 Jun 2024 20:11:24 +0300 Subject: [PATCH] chore: Fix versionadded --- docs/modeltranslation/registration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modeltranslation/registration.rst b/docs/modeltranslation/registration.rst index b5406bb..f222ecc 100644 --- a/docs/modeltranslation/registration.rst +++ b/docs/modeltranslation/registration.rst @@ -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.