summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().Hrushikesh Vaidya2023-03-091-1/+1
* Updated documentation and comments for RFC updates.Nick Pope2022-11-101-2/+2
* Fixed #33764 -- Deprecated BaseUserManager.make_random_password().Ciaran McCormick2022-06-031-0/+8
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-2/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-149/+181
* Fixed #26615 -- Made password reset token invalidate when changing email.Jacob Walls2020-10-211-2/+1
* Fixed #26977 -- Made abstract models raise TypeError when instantiating.Jacob Walls2020-08-051-6/+5
* Refs #26445 -- Allowed using UserManager.create_user()/create_superuser() in ...Hasan Ramezani2020-07-061-2/+35
* Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag2019-08-291-0/+137
* Refs #30226 -- Added User.get_user_permissions() method.Tobias Bengfort2019-06-051-0/+1
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Added tests for ContentType/Group/Permission.__str__().Tim Graham2018-12-211-0/+12
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-1/+1
* Fixed #29782 -- Added better error message when filtering queryset with Anony...Ramon Saraiva2018-09-261-0/+8
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-1/+1
* Fixed #28718 -- Allowed user to request a password reset if their password do...Tim Graham2018-03-221-0/+7
* Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username...Christophe Mehay2018-03-021-0/+4
* Completed test coverage for AnonymousUser.Mads Jensen2017-09-281-0/+28
* Moved AnonymousUser tests to its own test case.Mads Jensen2017-09-281-2/+20
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-1/+1
* Improved test coverage for django.contrib.auth.Anton Samarchyan2017-03-011-0/+7
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+0
* Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental2016-09-271-0/+11
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-171-2/+2
* Fixed #26719 -- Normalized email in AbstractUser.clean().Bang Dao + Tam Huynh2016-06-241-0/+5
* Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.Tim Graham2016-06-211-0/+18
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-3/+3
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+6
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-44/+1
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-5/+2
* Removed unnecessary app_label='auth' on auth_tests models.Tim Graham2015-10-271-1/+1
* Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham2015-07-201-1/+38
* Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work.Francisco Albarran2015-06-221-0/+21
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-1/+40
* Moved non-documented auth test models to the new test location.Tim Graham2015-02-111-2/+0
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+214