Skip to content

Commit

Permalink
Added a stability note about template tag names.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Sep 3, 2008
1 parent c30494b commit d8b56ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/misc/api-stability.txt
Expand Up @@ -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>`

Expand Down

0 comments on commit d8b56ec

Please sign in to comment.