| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
get_user_permissions().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PermissionDenied.
|
|
Thanks to Tim Graham for the review.
|
|
|
|
Added an optional `backend` argument to login().
|
|
This is a relic of when the tests were stored in contrib.auth.tests.
|
|
The reverse() added in 50aa1a790ca66c2a93e0a52e00c53375b269ff49
crashed on a custom user model.
|
|
|
|
|
|
session.
This allows using a UUIDField primary key along with the JSON session
serializer.
Thanks to Trac alias jamesbeith for the report and Simon Charette
for the initial patch.
|
|
|
|
|