Changes between Initial Version and Version 1 of Ticket #20434, comment 6


Ignore:
Timestamp:
Jun 5, 2013, 3:48:12 PM (11 years ago)
Author:
jonathanslenders

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20434, comment 6

    initial v1  
    5959The attached patches are:
    6060- patch1: creation of the generic TemplateTag, the Grammar, and a little refactoring to make inclusion_tag, assignment_tag and simple_tag use this one behind. It also includes all the unit tests for this.
    61 - patch2: little refactoring of defaulttags and loader_tags. (make use of Django -- inside Django.)
     61- patch2: Refactoring of the built-in tags to use the TemplateTag and Grammar class. (and thus become introspectable.)
    6262- patch3: Addition of the templatetags management command, which prints an overview of the available template tags in a library and their grammar. This is necessary for external editors to have code completion. +unit tests
    6363- patch4: rewrite of the templatetags in contrib. Again, that's good to make more use of django in itself, but it's also required for the ability to extract the grammar rules.
     
    6666Cheers!
    6767Jonathan
    68 
Back to Top