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-19 14:52:54 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
auth_tests
History
Flavio Curella
c2e70f0265
Fixed
#21127
-- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
..
fixtures
…
models
Fixed
#21127
-- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
templates
…
__init__.py
…
backend_alias.py
…
common-passwords-custom.txt
…
settings.py
…
test_auth_backends.py
…
test_basic.py
…
test_context_processors.py
…
test_decorators.py
…
test_forms.py
Fixed
#25052
; refs
#16860
-- Added password validation to UserCreationForm.
2015-07-20 13:44:34 -04:00
test_handlers.py
…
test_hashers.py
Removed support for Python 3.3.
2015-06-18 08:36:50 -04:00
test_management.py
…
test_middleware.py
…
test_mixins.py
…
test_models.py
Refs
#16860
-- Moved password_changed() logic to AbstractBaseUser.
2015-07-20 13:44:26 -04:00
test_remote_user.py
Fixed
#25029
-- Added PersistentRemoteUserMiddleware for login-page-only external authentication.
2015-07-02 17:38:10 -04:00
test_signals.py
…
test_templates.py
…
test_tokens.py
…
test_validators.py
…
test_views.py
Renamed RemovedInDjangoXYWarnings for new roadmap.
2015-06-24 16:08:20 -04:00
urls_admin.py
…
urls_custom_user_admin.py
…
urls.py
…