Историја ревизија

Аутор SHA1 Порука Датум
  Tobias Bengfort 581a0f4545 Refs #30226 -- Added User.get_user_permissions() method. пре 6 година
  Simon Charette 8c775391b7 Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases. пре 6 година
  Tim Graham 194a4b526c Added tests for ContentType/Group/Permission.__str__(). пре 6 година
  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 година