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
This commit is contained in:
Jannis Leidel 2012-02-13 20:57:44 +00:00
parent 4f1ac8f5f1
commit bd13cfa917
4 changed files with 50 additions and 0 deletions

View file

@ -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
============================