Changes between Version 47 and Version 48 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Nov 26, 2005, 5:40:23 PM (18 years ago)
Author:
rjwittams
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v47 v48  
    470470See [http://www.djangoproject.com/documentation/templates_python/#writing-custom-template-filters Writing custom template filters] and [http://www.djangoproject.com/documentation/templates_python/#writing-custom-template-tags Writing custom template tags] for full documentation.
    471471
    472 ===Templates ====
     472===Templates ===
    473473Templates that are included in another template using {%include%} or {%ssi%} must explicitly {%load%} all libraries they need for their tags and filters. Some templates may have worked in the past due to previous requests registering tags : this will no longer work. 
Back to Top