summaryrefslogtreecommitdiff
path: root/tests/auth_tests/models
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...Lucidiot2022-04-012-0/+24
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0713-52/+73
* Fixed #26615 -- Made password reset token invalidate when changing email.Jacob Walls2020-10-212-5/+6
* Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani2019-08-262-3/+47
* Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio2019-01-162-4/+28
* Fixed #29616 -- Fixed createsuperuser for user models that don't have a passw...Josh Schneier2018-08-052-1/+23
* Fixed #29628 -- Made createsuperuser validate password against username and r...Josh Schneier2018-08-041-4/+6
* Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_l...Mikhail Porokhovnichenko2018-02-212-1/+7
* Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...Lucas Connors2017-10-201-0/+1
* Fixed #26823 -- Prevented update_last_login signal receiver from crashing if ...Linus Lewandowski2017-05-292-1/+9
* Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...Josh Schneier2017-05-062-12/+0
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-182-4/+0
* Normalized casing of "custom user model".Tim Graham2016-11-231-1/+1
* Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental2016-09-271-0/+23
* Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.Olexander Yermakov2016-08-102-1/+25
* Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky2016-03-232-4/+15
* Fixed a stray __unicode__() method in auth_tests.Tim Graham2016-02-231-1/+3
* Fixed #26089 -- Removed custom user test models from public API.Simon Charette2016-02-044-6/+115
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-062-25/+3
* Removed unnecessary app_label='auth' on auth_tests models.Tim Graham2015-10-274-21/+0
* Fixed #25596 -- Fixed regression in password change view with custom user model.Tim Graham2015-10-271-3/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Sorted imports in __init__.py files.Tim Graham2015-06-271-4/+4
* Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDsAlasdair Nicol2015-06-061-2/+13
* Fixed #24161 -- Stored the user primary key as a serialized value in the sess...Tim Graham2015-02-122-1/+15
* Moved non-documented auth test models to the new test location.Tim Graham2015-02-115-0/+141