Changes between Version 51 and Version 52 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Nov 27, 2005, 1:44:36 PM (18 years ago)
Author:
EABinGA
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v51 v52  
    469469=== Templates ===
    470470
    471 Templates 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. 
     471Templates that are included in another template using {{{{% include %}}}} or {{{{% ssi %}}}}, or extend a template using {{{{% extends %}}}}, 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