diff options
| author | Simon Meers <simon@simonmeers.com> | 2011-03-24 10:02:58 +0000 |
|---|---|---|
| committer | Simon Meers <simon@simonmeers.com> | 2011-03-24 10:02:58 +0000 |
| commit | f3f1983f30802c20a19c1e847aee8cd5e69826a8 (patch) | |
| tree | c29d8b8eb2435014ffc37c07a9a5bd12c4fdfd09 /docs | |
| parent | 1339ef4af8034cf7b2dc05efe2bc82298007c17b (diff) | |
Moved versionadded below heading for "Localized names of languages".
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/internationalization.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/i18n/internationalization.txt b/docs/topics/i18n/internationalization.txt index edb8236fc2..9fd7662a9d 100644 --- a/docs/topics/i18n/internationalization.txt +++ b/docs/topics/i18n/internationalization.txt @@ -410,11 +410,12 @@ Using this decorator means you can write your function and assume that the input is a proper string, then add support for lazy translation objects at the end. -.. versionadded:: 1.3 Localized names of languages ============================ +.. versionadded:: 1.3 + The ``get_language_info()`` function provides detailed information about languages:: |
