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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26043, comment 4

    v1 v2  
    1919        # weird stuff
    2020        # custom things
     21        # user-and-transaction-related code that always needs to run
    2122        return view(request, *args, **kwargs)
    2223    return wrapped_view
Back to Top