Changes between Initial Version and Version 1 of Ticket #32399
- Timestamp:
- Jan 30, 2021, 11:36:03 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32399 – Description
initial v1 11 11 {{{#!python 12 12 @method_decorator(login_required, name=['get', 'post']) 13 class Simple dView(View):13 class SimpleView(View): 14 14 ... 15 15 }}}