Changes between Version 2 and Version 3 of Ticket #26043, comment 4


Ignore:
Timestamp:
Jan 6, 2016, 11:43:46 AM (9 years ago)
Author:
Sven R. Kunze

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26043, comment 4

    v2 v3  
    1818        # do what legacy systems usually do
    1919        # weird stuff
     20        # user-and-transaction-related code that always needs to run
    2021        # custom things
    21         # user-and-transaction-related code that always needs to run
     22
     23        # actual view
    2224        return view(request, *args, **kwargs)
    2325    return wrapped_view
Back to Top