summaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-09-03 00:09:52 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-09-03 00:09:52 +0000
commitd8b56ecbf6156485858999f923982d036e9f00e8 (patch)
tree2c9787c80f10fb96df462729b95b0f78a1ba1947 /docs/misc
parentc30494b61624455d778baad2828eb25abefa37ee (diff)
downloaddjango-d8b56ecbf6156485858999f923982d036e9f00e8.tar.gz
Added a stability note about template tag names.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/api-stability.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/misc/api-stability.txt b/docs/misc/api-stability.txt
index 9fa43286e1..52fd430011 100644
--- a/docs/misc/api-stability.txt
+++ b/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>`