summaryrefslogtreecommitdiff
path: root/tests/auth_tests
AgeCommit message (Collapse)Author
2015-02-14[1.8.x] Isolated auth_tests from contenttypes_tests; refs #11505.Tim Graham
Backport of e0b3926026984dccc86a09c0c4f32e8bec6f3fe1 from master
2015-02-13[1.8.x] Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a ↵Tim Graham
UUID user. Backport of 002425fe39f62faafaa32e400f7531809181a1a0 from master
2015-02-13[1.8.x] Fixed #24334 -- Allowed admin password reset to work with non-digit ↵Tim Graham
custom user model primary key. Thanks Loic for help and Simon for review. Backport of fdf20093e0f8cd064673aa1597c20727ed4dd2a0 from master
2015-02-12[1.8.x] Fixed #24161 -- Stored the user primary key as a serialized value in ↵Tim Graham
the 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. Backport of 0f7f5bc9e7a94ab91c2b3db29ef7cf000eff593f from master
2015-02-11[1.8.x] Moved non-documented auth test models to the new test location.Tim Graham
Backport of 5ab327a3894c26f57baabe14084bcce2a71b8af8 from master
2015-02-11[1.8.x] Moved contrib.auth tests out of contrib.Tim Graham
Backport of 2d7aca3da0a46c09e9c70ebdb56ed340691a999f from master