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
/
django
/
contrib
/
auth
Age
Commit message (
Expand
)
Author
2017-12-01
[2.0.x] Updated contrib translations from Transifex
Claude Paroz
2017-11-08
[2.0.x] Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive us...
shanghui
2017-10-14
[2.0.x] Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mut...
Yuri Kaszubowski Lopes
2017-09-25
[2.0.x] Reverted "Fixed #28248 -- Fixed password reset tokens being valid for...
Tim Graham
2017-09-24
[2.0.x] Updated translation catalogs
Claude Paroz
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-09-03
Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect o...
ZachLiuGIS
2017-08-24
Fixed #28513 -- Added POST request support to LogoutView.
hui shang
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
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-31
Updated translations from Transifex
Claude Paroz
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-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-05-26
Fixed #28017 -- Allowed customizing PasswordResetTokenGenerator's secret.
jannh
2017-05-22
Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the crede...
Daniel Hahler
2017-05-18
Fixed #28152 -- Made migrations serialize sets as set literals rather than se...
Jon Dufresne
2017-05-15
Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends d...
Tamas Szabo
2017-05-06
Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...
Josh Schneier
2017-05-05
Fixed #28085 -- Added missing plural forms in en translation catalogs
Claude Paroz
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-22
Fixed #28100 -- Removed link in UserChangeForm.password's translatable help_text
Claude Paroz
2017-04-19
Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
Tim Graham
2017-04-04
Updated contrib translations from Transifex
Claude Paroz
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-03-07
Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.
Camilo Nova
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
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-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-07
Refs #27815 -- Reordered LoginView.get_form_kwargs().
Tim Graham
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-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-28
Fixed #26993 -- Increased User.last_name max_length to 150 characters.
Thom Wiggers
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-21
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
[next]