From f3f1983f30802c20a19c1e847aee8cd5e69826a8 Mon Sep 17 00:00:00 2001 From: Simon Meers Date: Thu, 24 Mar 2011 10:02:58 +0000 Subject: [PATCH] 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 --- docs/topics/i18n/internationalization.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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::