Django

Code

Changeset 8887

Show
Ignore:
Timestamp:
09/02/08 19:09:52 (4 months ago)
Author:
mtredinnick
Message:

Added a stability note about template tag names.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/misc/api-stability.txt

    r8886 r8887  
    6969    - :ref:`Templates <topics-templates>`, including the language, Python-level 
    7070      :ref:`template APIs <ref-templates-index>`, and :ref:`custom template tags 
    71       and libraries <howto-custom-template-tags>`. 
     71      and libraries <howto-custom-template-tags>`. We may add new template 
     72      tags in the future and the names may inadvertently clash with 
     73      external template tags. Before adding any such tags, we'll ensure that 
     74      Django raises an error if it tries to load tags with duplicate names. 
    7275       
    7376    - :ref:`Testing <topics-testing>`