Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/auth_tests/test_auth_backends.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary app_label='auth' on auth_tests models.Tim Graham2015-10-271-1/+1
| | | | This is a relic of when the tests were stored in contrib.auth.tests.
* Fixed #25596 -- Fixed regression in password change view ↵Tim Graham2015-10-271-1/+1
| | | | | | | with custom user model. The reverse() added in 50aa1a790ca66c2a93e0a52e00c53375b269ff49 crashed on a custom user model.
* Removed obsolete supports_* auth backend attributes in testsClaude Paroz2015-09-201-6/+0
|
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+4
|
* Fixed #24161 -- Stored the user primary key as a ↵Tim Graham2015-02-121-2/+16
| | | | | | | | | | serialized value in 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.
* Moved non-documented auth test models to the new test ↵Tim Graham2015-02-111-3/+3
| | | | location.
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+614