From d8b56ecbf6156485858999f923982d036e9f00e8 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 3 Sep 2008 00:09:52 +0000 Subject: [PATCH] Added a stability note about template tag names. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8887 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/misc/api-stability.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 `, including the language, Python-level :ref:`template APIs `, and :ref:`custom template tags - and libraries `. + and libraries `. 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 `