Changes between Version 4 and Version 5 of Ticket #20434, comment 6
- Timestamp:
- Jun 5, 2013, 5:46:47 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20434, comment 6
v4 v5 7 7 - There is almost never a need to handle the parser tokens yourself. (Even in Django core. The exceptions I found were comment, extends and blocktrans.) 8 8 - Code completion or template validation is simply impossible, because we lack any kind of introspection on the template system. 9 - We DON'T want to loose backwards compatibility. Any tag which is defined the old way, using parser and token should keep working! 9 10 10 11 The generic template tags: