Commit d8b56ecb authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

Added a stability note about template tag names.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent c30494b6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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>`