Changes between Version 51 and Version 52 of BackwardsIncompatibleChanges
- Timestamp:
- Nov 27, 2005, 1:44:36 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v51 v52 469 469 === Templates === 470 470 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.471 Templates 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.