index
:
chango.git
devmain
fix-31295
initial-branch
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
2018-02-01
Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.
Tim Graham
2018-01-05
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...
shanghui
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2018-01-02
Fixed #28902 -- Fixed password_validators_help_text_html() double escaping.
Alvin Lindstam
2017-11-08
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...
shanghui
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-11-03
Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.
Tom
2017-11-03
Improved technique for matching input prompts in contrib.auth management tests.
Tim Graham
2017-10-23
Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a ...
Jon Dufresne
2017-10-20
Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...
Lucas Connors
2017-10-20
Refs #19130 -- Added a test for AuthenticationForm.username max_length.
Lucas Connors
2017-10-14
Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating ge...
Yuri Kaszubowski Lopes
2017-10-09
Fixed #28591 -- Added an error message for createsuperuser --username= (blank).
Hasan Ramezani
2017-09-29
Completed test coverage for BasePasswordHasher.
Mads Jensen
2017-09-29
Moved BasePasswordHasher tests to its own test case.
Mads Jensen
2017-09-28
Completed test coverage for AnonymousUser.
Mads Jensen
2017-09-28
Moved AnonymousUser tests to its own test case.
Mads Jensen
2017-09-26
Added a test for PermWrapper.__iter__().
Mads Jensen
2017-09-25
Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day l...
Tim Graham
2017-09-22
Refs #25187 -- Required the authenticate() method of authentication backends ...
Tim Graham
2017-09-22
Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_t...
Tim Graham
2017-09-22
Refs #17209 -- Removed login/logout and password reset/change function-based ...
Tim Graham
2017-09-09
Fixed some comments referring to a nonexistent TestClient class.
Luoxzhg
2017-09-03
Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect o...
ZachLiuGIS
2017-09-01
Fixed test in auth_tests modifying data from setUpTestData().
François Freitag
2017-08-24
Fixed #28513 -- Added POST request support to LogoutView.
hui shang
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-21
Fixed #28127 -- Allowed UserCreationForm's password validation to check all u...
Andrew Pinkham
2017-06-16
Fixed #27787 -- Made call_command() validate the options it receives.
Chandrakant Kumar
2017-06-13
Fixed #28229 -- Fixed the value of LoginView's "next" template variable.
Mikhail Golubev
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-29
Fixed #26823 -- Prevented update_last_login signal receiver from crashing if ...
Linus Lewandowski
2017-05-29
Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than...
Nick Zaccardi
2017-05-26
Fixed #28017 -- Allowed customizing PasswordResetTokenGenerator's secret.
jannh
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-05-22
Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the crede...
Daniel Hahler
2017-05-15
Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends d...
Tamas Szabo
2017-05-12
Improved test coverage for createsuperuser command.
Sławek Ehlert
2017-05-06
Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...
Josh Schneier
2017-04-19
Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
Tim Graham
2017-04-02
Refs #27025 -- Fixed "invalid escape sequence" warning in auth_tests on Pytho...
Tim Graham
2017-03-07
Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.
Camilo Nova
2017-03-07
Factored out uid/user tokens in auth_tests urlpatterns.
Tim Graham
2017-03-01
Improved test coverage for django.contrib.auth.
Anton Samarchyan
2017-02-24
Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures ...
Tim Graham
2017-02-15
Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_valid().
Markus Holtermann
2017-02-07
Fixed #27815 -- Made LoginView pass the request kwarg to AuthenticationForm.
Zoltan Gyarmati
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
[next]