Changes between Version 4 and Version 5 of Ticket #20434, comment 6


Ignore:
Timestamp:
Jun 5, 2013, 5:46:47 PM (11 years ago)
Author:
jonathanslenders

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20434, comment 6

    v4 v5  
    77- 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.)
    88- 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!
    910
    1011The generic template tags:
Back to Top