コミット履歴

作者 SHA1 メッセージ 日付
  Tim Graham 193c109327 Switched TestCase to SimpleTestCase where possible in Django's tests. 6 年 前
  Ramon Saraiva 2349cbd909 Fixed #29782 -- Added better error message when filtering queryset with AnonymousUser. 6 年 前
  Jon Dufresne 82f286cf6f Refs #29784 -- Switched to https:// links where available. 6 年 前
  Tim Graham a4f0e9aec7 Fixed #28718 -- Allowed user to request a password reset if their password doesn't use an enabled hasher. 7 年 前
  Christophe Mehay 40bac28faa Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username isn't a string. 7 年 前
  Mads Jensen d917c17a3b Completed test coverage for AnonymousUser. 7 年 前
  Mads Jensen 7fce4dc5ff Moved AnonymousUser tests to its own test case. 7 年 前
  Bruno Alla 6092ea8fa6 Refs #27804 -- Used subTest() in several tests. 8 年 前
  Anton Samarchyan 7588d7e439 Improved test coverage for django.contrib.auth. 8 年 前
  Tim Graham 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 年 前
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年 前
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 年 前
  levental 617e36dc1e Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'. 8 年 前
  Tim Graham 8119b679eb Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 8 年 前
  Bang Dao + Tam Huynh 09119dff14 Fixed #26719 -- Normalized email in AbstractUser.clean(). 8 年 前
  Tim Graham 39805686b3 Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser. 8 年 前
  Jon Dufresne 4f336f6652 Fixed #26747 -- Used more specific assertions in the Django test suite. 8 年 前
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 年 前
  Tim Graham 015fad9060 Fixed #26175 -- Removed SHA1 password hashes in tests. 9 年 前
  Hasan 253adc2b8a Refs #26022 -- Used context manager version of assertRaisesMessage in tests. 9 年 前
  Tim Graham 590b8c1c57 Removed unnecessary app_label='auth' on auth_tests models. 9 年 前
  Tim Graham f5e9d67907 Refs #16860 -- Moved password_changed() logic to AbstractBaseUser. 9 年 前
  Francisco Albarran e75b614640 Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work. 9 年 前
  Josh Smeaton 39a7eed1bb Converted test fixtures to setUpTestData methods 10 年 前
  Tim Graham 5ab327a389 Moved non-documented auth test models to the new test location. 10 年 前
  Tim Graham 2d7aca3da0 Moved contrib.auth tests out of contrib. 10 年 前