This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-31 12:49:21 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
auth_tests
History
Sergey Fedoseev
d4e767911f
Added tests for middlewares' checks.
2019-10-23 08:18:02 +02:00
..
fixtures
…
models
…
templates
Fixed spelling of "nonexistent".
2017-02-03 08:01:45 -05:00
__init__.py
…
backend_alias.py
…
client.py
…
common-passwords-custom.txt
…
settings.py
…
test_admin_multidb.py
Refs
#28478
-- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
2019-01-10 19:11:21 -05:00
test_auth_backends.py
…
test_basic.py
…
test_checks.py
…
test_context_processors.py
…
test_decorators.py
…
test_forms.py
…
test_handlers.py
…
test_hashers.py
…
test_management.py
…
test_middleware.py
…
test_migrations.py
Fixed
#30351
-- Handled pre-existing permissions in proxy model permissions data migration.
2019-04-27 20:18:22 +02:00
test_mixins.py
…
test_models.py
Fixed
#18763
-- Added ModelBackend/UserManager.with_perm() methods.
2019-08-29 19:32:12 +02:00
test_password_reset_timeout_days.py
…
test_remote_user.py
…
test_signals.py
…
test_templates.py
…
test_tokens.py
…
test_validators.py
…
test_views.py
…
urls_admin.py
…
urls_custom_user_admin.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
urls.py
…