mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed versionadded/changed annotations for 2.1.
This commit is contained in:
parent
eb0ce6fa36
commit
ec7e179aeb
25 changed files with 0 additions and 208 deletions
|
@ -1128,8 +1128,6 @@ functions without the ``u``.
|
|||
|
||||
.. function:: get_supported_language_variant(lang_code, strict=False)
|
||||
|
||||
.. versionadded:: 2.1
|
||||
|
||||
Returns ``lang_code`` if it's in the :setting:`LANGUAGES` setting, possibly
|
||||
selecting a more generic variant. For example, ``'es'`` is returned if
|
||||
``lang_code`` is ``'es-ar'`` and ``'es'`` is in :setting:`LANGUAGES` but
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue