Author: mtredinnick
Date: 2008-09-02 19:09:52 -0500 (Tue, 02 Sep 2008)
New Revision: 8887
Modified:
django/trunk/docs/misc/api-stability.txt
Log:
Added a stability note about template tag names.
Modified: django/trunk/docs/misc/api-stability.txt
===================================================================
--- django/trunk/docs/misc/api-stability.txt 2008-09-03 00:09:45 UTC (rev
8886)
+++ django/trunk/docs/misc/api-stability.txt 2008-09-03 00:09:52 UTC (rev
8887)
@@ -68,7 +68,10 @@
- :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>`
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---