Changes between Initial Version and Version 1 of Ticket #28129


Ignore:
Timestamp:
Apr 25, 2017, 11:36:03 PM (7 years ago)
Author:
Alexander Allakhverdiyev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28129 – Description

    initial v1  
    1212Result
    1313{{{
    14 ValueError: Function has keyword-only arguments or annotations, use getfullargspec() API which can support them
     14django.template.exceptions.TemplateSyntaxError: 'my_tag' received unexpected keyword argument 'kwarg_2'
    1515}}}
    16 
    17 Proposed solution: use getfullargspec instead of getargspec in templates/base.py
Back to Top