Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #23926 -- Improved validation error for custom permissions that are too... | Joeri Bekker | 2015-03-16 | 1 | -0/+18 |
* | Converted test fixtures to setUpTestData methods | Josh Smeaton | 2015-03-05 | 8 | -168/+168 |
* | Isolated auth_tests from contenttypes_tests; refs #11505. | Tim Graham | 2015-02-14 | 1 | -0/+8 |
* | Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a UUID user. | Tim Graham | 2015-02-13 | 1 | -1/+22 |
* | Fixed #24334 -- Allowed admin password reset to work with non-digit custom us... | Tim Graham | 2015-02-13 | 2 | -0/+58 |
* | Fixed #24161 -- Stored the user primary key as a serialized value in the sess... | Tim Graham | 2015-02-12 | 3 | -3/+31 |
* | Moved non-documented auth test models to the new test location. | Tim Graham | 2015-02-11 | 9 | -11/+150 |
* | Moved contrib.auth tests out of contrib. | Tim Graham | 2015-02-11 | 42 | -0/+4477 |