Browse Source

Added a stability note about template tag names.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Malcolm Tredinnick 16 years ago
parent
commit
d8b56ecbf6
1 changed files with 4 additions and 1 deletions
  1. 4 1
      docs/misc/api-stability.txt

+ 4 - 1
docs/misc/api-stability.txt

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