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
Age
Commit message (
Expand
)
Author
2015-10-27
[1.9.x] Removed unnecessary app_label='auth' on auth_tests models.
Tim Graham
2015-10-27
[1.9.x] Fixed #25596 -- Fixed regression in password change view with custom ...
Tim Graham
2015-09-28
[1.9.x] Refs #16860 -- Fixed password help text when there aren't any validat...
Antoine Catton
2015-09-24
[1.9.x] Fixed #25457 -- Improved formatting of password validation errors in ...
Tzu-ping Chung
2015-09-20
Removed obsolete supports_* auth backend attributes in tests
Claude Paroz
2015-09-19
Fixed typo in "pbkdf2" test names.
Tim Graham
2015-09-18
Fixed #24944 -- Added extra_email_context parameter to password_reset() view.
sujayskumar
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-18
Added two more tests for user-entered passwords when creating a superuser.
David Gibbons
2015-08-02
Fixed flake8 warning.
Tim Graham
2015-08-01
Fixed #25089 -- Added password validation to createsuperuser/changepassword.
Alex Becker
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-20
Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.
Tim Graham
2015-07-20
Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.
Tim Graham
2015-07-02
Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only exte...
Jan Pazdziora
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-22
Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work.
Francisco Albarran
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-06-17
Fixed #24914 -- Added authentication mixins for CBVs
Markus Holtermann
2015-06-16
Refs #16860 -- Fixed a resource and deprecation warning in password validation.
Tim Graham
2015-06-10
Refs #16860 -- Minor edits and fixes to password validation.
Tim Graham
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-06-08
Fixed #24929 -- Allowed permission_required decorator to take any iterable
Raphael Michel
2015-06-07
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn
2015-06-06
Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs
Alasdair Nicol
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-19
Refs #24553 -- Fixed urlpatterns leakage in auth_tests
Riccardo Magliocchetti
2015-05-02
Fixed #24696 -- Made CSRF_COOKIE computation lazy.
Jay Cox
2015-04-09
Use mock.patch in migrations tests
Curtis Maloney
2015-03-30
Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.
Tim Graham
2015-03-28
Refs #15779 -- Fixed UserChangeForm regression introduced by 1791a7e75
Claude Paroz
2015-03-16
Fixed #23926 -- Improved validation error for custom permissions that are too...
Joeri Bekker
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-14
Isolated auth_tests from contenttypes_tests; refs #11505.
Tim Graham
2015-02-13
Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a UUID user.
Tim Graham
2015-02-13
Fixed #24334 -- Allowed admin password reset to work with non-digit custom us...
Tim Graham
2015-02-12
Fixed #24161 -- Stored the user primary key as a serialized value in the sess...
Tim Graham
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