Added a stability note about template tag names.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-09-03 00:09:52 +00:00
parent c30494b616
commit d8b56ecbf6
1 changed files with 4 additions and 1 deletions

View File

@ -68,7 +68,10 @@ of 1.0. This includes these APIs:
- :ref:`Templates <topics-templates>`, including the language, Python-level
:ref:`template APIs <ref-templates-index>`, and :ref:`custom template tags
and libraries <howto-custom-template-tags>`.
and libraries <howto-custom-template-tags>`. We may add new template
tags in the future and the names may inadvertently clash with
external template tags. Before adding any such tags, we'll ensure that
Django raises an error if it tries to load tags with duplicate names.
- :ref:`Testing <topics-testing>`