Changes between Initial Version and Version 1 of Ticket #32399


Ignore:
Timestamp:
Jan 30, 2021, 11:36:03 AM (3 years ago)
Author:
Alexey Kotenko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32399 – Description

    initial v1  
    1111{{{#!python
    1212@method_decorator(login_required, name=['get', 'post'])
    13 class SimpledView(View):
     13class SimpleView(View):
    1414    ...
    1515}}}
Back to Top