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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20434, comment 6

    v3 v4  
    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.
    6464
     65I realise that some of the patches aren't really short. As a starting point I recommend to have a look at patch1 in the file django/template/generic.py
    6566
    6667The output of the management command looks like the following. The grammar is simply extracted using introspection on the registered TemplateTags. As a parameter to the management command, you can pass a library name.
Back to Top