Changes between Initial Version and Version 1 of Ticket #28550, comment 4


Ignore:
Timestamp:
Aug 31, 2017, 5:04:44 PM (7 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28550, comment 4

    initial v1  
    1 I understand that template_name need to be included in **kwargs that is passed to as_view(), not sure about others in *arg.
     1I understand that template_name need to be included in `**kwargs` that is passed to `as_view()`, not sure about others in `*arg`.
    22
    3 It seems that as_view(**kwargs) will raise Error if a key in kwargs is not in class attributes of the view class.
     3It seems that `as_view(**kwargs)` will raise Error if a key in kwargs is not in class attributes of the view class.
Back to Top