Changes between Version 101 and Version 102 of BackwardsIncompatibleChanges
- Timestamp:
- Jun 23, 2007, 4:16:40 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v101 v102 231 231 This change is unlikely to affect most code. However, if you have a custom template tag that uses !NodeList and does not populate it with Nodes, you should change your code to use normal lists instead. Django's own !ForNode class (for implementing "for loops" in templates) was the only internal code affected by this change. Consult the current implementation of {{{ForNode.iter_render}}} to see how the !NodeList usage has been replaced. 232 232 233 == Urlpatterns now cache s==233 == Urlpatterns now cached == 234 234 235 235 In [5516] a speed improvement was made for reverse URL lookups, particularly. Part of this involved caching information that was unlikely to change: the {{{urlpatterns()}}} contents.