Changes between Initial Version and Version 1 of Ticket #28129
- Timestamp:
- Apr 25, 2017, 11:36:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28129 – Description
initial v1 12 12 Result 13 13 {{{ 14 ValueError: Function has keyword-only arguments or annotations, use getfullargspec() API which can support them 14 django.template.exceptions.TemplateSyntaxError: 'my_tag' received unexpected keyword argument 'kwarg_2' 15 15 }}} 16 17 Proposed solution: use getfullargspec instead of getargspec in templates/base.py