summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-02-13 20:57:44 +0000
committerJannis Leidel <jannis@leidel.info>2012-02-13 20:57:44 +0000
commitbd13cfa917d3cc4dc854fc0d486adcb45f5b551a (patch)
tree851a54f5045600e148c3b821c0614f96ef25aa84 /docs/topics
parent4f1ac8f5f15f08f34dc06c7442cec50a7af31c45 (diff)
Added a note to the release notes about the new format strings added in r17473.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/i18n/formatting.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/i18n/formatting.txt b/docs/topics/i18n/formatting.txt
index 4c80786edc..531e6c0b7c 100644
--- a/docs/topics/i18n/formatting.txt
+++ b/docs/topics/i18n/formatting.txt
@@ -149,6 +149,8 @@ To force localization of a single value, use :tfilter:`localize`. To
control localization over a large section of a template, use the
:ttag:`localize` template tag.
+.. _custom-format-files:
+
Creating custom format files
============================