Changes between Version 3 and Version 4 of Ticket #20434, comment 6
- Timestamp:
- Jun 5, 2013, 5:45:48 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20434, comment 6
v3 v4 63 63 - 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. 64 64 65 I 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 65 66 66 67 The 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.