You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have a test case for now, but basically the idea is if you have in your route <id>, and if you want to apply some decorator def d(id, *args, **kwargs) selectively to some method of a view (so not using the decorators = []) approach, the id passed in will be self instead of the actual id
The text was updated successfully, but these errors were encountered:
I don't have a test case for now, but basically the idea is if you have in your route
<id>
, and if you want to apply some decoratordef d(id, *args, **kwargs)
selectively to some method of a view (so not using thedecorators = []
) approach, the id passed in will beself
instead of the actualid
The text was updated successfully, but these errors were encountered: