Changes between Version 2 and Version 3 of Ticket #26043, comment 4
- Timestamp:
- Jan 6, 2016, 11:43:46 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26043, comment 4
v2 v3 18 18 # do what legacy systems usually do 19 19 # weird stuff 20 # user-and-transaction-related code that always needs to run 20 21 # custom things 21 # user-and-transaction-related code that always needs to run 22 23 # actual view 22 24 return view(request, *args, **kwargs) 23 25 return wrapped_view