Undocumented
Function | login_required |
Decorator for views that checks that the user is logged in, redirecting to the log-in page if necessary. |
Function | permission_required |
No summary |
Function | user_passes_test |
Decorator for views that checks that the user passes the given test, redirecting to the log-in page if necessary. The test should be a callable that takes the user object and returns True if the user passes. |