| Age | Commit message (Collapse) | Author |
|
This is a relic of when the tests were stored in contrib.auth.tests.
Backport of 590b8c1c57217bd8bd33998bae490dbe3d09f045 from master
|
|
user model.
The reverse() added in 50aa1a790ca66c2a93e0a52e00c53375b269ff49
crashed on a custom user model.
Backport of 5acf203db2e9562dbe4073bf85d5043ef3121ea9 from master
|
|
ForeignKey/OneToOneField
|
|
|
|
Clarified docs to say that a non-unique USERNAME_FIELD is permissable
as long as the custom auth backend can support it.
|
|
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.
|
|
|