Changes between Initial Version and Version 1 of Ticket #29750, comment 6
- Timestamp:
- Sep 12, 2018, 9:23:22 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29750, comment 6
initial v1 2 2 3 3 > Move the setting of args, kwargs & request on self into the nested 4 `view` function in `as_view` so they are set before dispatch is5 called. This allows anyone wishing to put pre-dispatch code in an6 overridden `dispatch` and still use the self versions of args, kwargs7 and request.4 > `view` function in `as_view` so they are set before dispatch is 5 > called. This allows anyone wishing to put pre-dispatch code in an 6 > overridden `dispatch` and still use the self versions of args, kwargs 7 > and request. 8 8 9 9 Comments such as: