index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auth_tests
/
test_models.py
Age
Commit message (
Expand
)
Author
2024-10-07
Fixed #35303 -- Implemented async auth backends and utils.
Jon Janzen
2024-08-13
Refs #35402 -- Added tests for invalid usage of submodules in some settings.
Jacob Walls
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-09-18
Refs #33764 -- Removed BaseUserManager.make_random_password() per deprecation...
Mariusz Felisiak
2023-05-18
Fixed #34565 -- Added support for async checking of user passwords.
HappyDingning
2023-03-09
Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().
Hrushikesh Vaidya
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-06-03
Fixed #33764 -- Deprecated BaseUserManager.make_random_password().
Ciaran McCormick
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-10-21
Fixed #26615 -- Made password reset token invalidate when changing email.
Jacob Walls
2020-08-05
Fixed #26977 -- Made abstract models raise TypeError when instantiating.
Jacob Walls
2020-07-06
Refs #26445 -- Allowed using UserManager.create_user()/create_superuser() in ...
Hasan Ramezani
2019-08-29
Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.
Berker Peksag
2019-06-05
Refs #30226 -- Added User.get_user_permissions() method.
Tobias Bengfort
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-21
Added tests for ContentType/Group/Permission.__str__().
Tim Graham
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-09-26
Fixed #29782 -- Added better error message when filtering queryset with Anony...
Ramon Saraiva
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-03-22
Fixed #28718 -- Allowed user to request a password reset if their password do...
Tim Graham
2018-03-02
Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username...
Christophe Mehay
2017-09-28
Completed test coverage for AnonymousUser.
Mads Jensen
2017-09-28
Moved AnonymousUser tests to its own test case.
Mads Jensen
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-03-01
Improved test coverage for django.contrib.auth.
Anton Samarchyan
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-27
Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...
levental
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-06-24
Fixed #26719 -- Normalized email in AbstractUser.clean().
Bang Dao + Tam Huynh
2016-06-21
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2015-10-27
Removed unnecessary app_label='auth' on auth_tests models.
Tim Graham
2015-07-20
Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.
Tim Graham
2015-06-22
Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work.
Francisco Albarran
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-11
Moved non-documented auth test models to the new test location.
Tim Graham
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham