| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-23 | Normalized casing of "custom user model". | Tim Graham | |
| 2016-09-27 | Fixed #20705 -- Allowed using PasswordResetForm with user models with an ↵ | levental | |
| email field not named 'email'. | |||
| 2016-08-10 | Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0. | Olexander Yermakov | |
| 2016-03-23 | Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users. | Alexander Gaevsky | |
| 2016-02-23 | Fixed a stray __unicode__() method in auth_tests. | Tim Graham | |
| 2016-02-04 | Fixed #26089 -- Removed custom user test models from public API. | Simon Charette | |
| Thanks to Tim Graham for the review. | |||
| 2016-01-06 | Fixed #25746 -- Isolated inlined test models registration. | Simon Charette | |
| Thanks to Tim for the review. | |||
| 2015-10-27 | Removed unnecessary app_label='auth' on auth_tests models. | Tim Graham | |
| This is a relic of when the tests were stored in contrib.auth.tests. | |||
| 2015-10-27 | Fixed #25596 -- Fixed regression in password change view with custom user model. | Tim Graham | |
| The reverse() added in 50aa1a790ca66c2a93e0a52e00c53375b269ff49 crashed on a custom user model. | |||
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-06-27 | Sorted imports in __init__.py files. | Tim Graham | |
| 2015-06-06 | Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs | Alasdair Nicol | |
| Clarified docs to say that a non-unique USERNAME_FIELD is permissable as long as the custom auth backend can support it. | |||
| 2015-02-12 | Fixed #24161 -- Stored the user primary key as a serialized value in the ↵ | Tim Graham | |
| 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. | |||
| 2015-02-11 | Moved non-documented auth test models to the new test location. | Tim Graham | |
