Changeset 8887
- Timestamp:
- 09/02/08 19:09:52 (4 months ago)
- Files:
-
- django/trunk/docs/misc/api-stability.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/misc/api-stability.txt
r8886 r8887 69 69 - :ref:`Templates <topics-templates>`, including the language, Python-level 70 70 :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. 72 75 73 76 - :ref:`Testing <topics-testing>`
