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
2016-03-01
Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
Florian Apolloner
2016-02-25
Fixed #12233 -- Allowed redirecting authenticated users away from the login v...
Olivier Le Thanh Duong
2016-02-12
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-11
Updated some comments for BCryptSHA256PasswordHasher.
Tim Graham
2016-02-11
Fix typo in comment
Charlie Denton
2016-02-04
Fixed #26089 -- Removed custom user test models from public API.
Simon Charette
2016-02-04
Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.
Hugo Osvaldo Barrera
2016-01-09
Fixed a typo in BCryptPasswordHasher docstring
Matt Robenolt
2016-01-08
Fixed #20846 -- Decreased User.username max_length to 150 characters.
Collin Anderson
2016-01-07
Fixed #24855 -- Allowed using contrib.auth.login() without credentials.
Paulo Poiati
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2016-01-02
Fixed #26016 -- Restored contrib.auth hashers compatibility with py-bcrypt.
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
Updated translations from Transifex
Claude Paroz
2015-12-05
Fixed #25165 -- Removed inline JavaScript from the admin.
Thomas Grainger
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-12-01
Pulled contrib translations from Transifex
Claude Paroz
2015-10-29
Fixed #20846 -- Increased User.username max_length to 254 characters.
Tim Graham
2015-10-27
Fixed #25596 -- Fixed regression in password change view with custom user model.
Tim Graham
2015-10-10
Pluralized translatable strings in password_validation.py
Claude Paroz
2015-10-09
Updated translation catalogs
Claude Paroz
2015-10-02
Fixed #25490 -- Made the logout() view send "no-cache" headers.
Kaleb Elwert
2015-09-28
Refs #16860 -- Fixed password help text when there aren't any validators.
Antoine Catton
2015-09-24
Fixed #25457 -- Improved formatting of password validation errors in manageme...
Tzu-ping Chung
2015-09-23
Increased the default PBKDF2 iterations for the 1.10 release cycle.
Tim Graham
2015-09-23
Refs #23957 -- Required session verification per deprecation timeline.
Tim Graham
2015-09-23
Refs #21648 -- Removed is_admin_site option from password_reset() view.
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-09-08
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Raphael Michel
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-31
Fixed #25324 -- Registered ModelAdmin instances with @admin.register decorator
Y3K
2015-08-01
Fixed #25089 -- Added password validation to createsuperuser/changepassword.
Alex Becker
2015-08-01
Removed unnecessary if statement in createsuperuser command.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow custo...
Akis Kesoglou
2015-07-21
Fixed #24126 -- Deprecated current_app parameter to auth views.
lukasz.wojcik
2015-07-20
Reworded contrib.auth forms' password confirmation help_text.
Wim Feijen
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-17
Refs #25073 -- Copied recently added verbose_names to migrations.
Tim Graham
2015-07-13
Explicitly passed rounds as rounds to bcrypt.gensalt()
Curtis Maloney
2015-07-12
Fixed #25073 -- Added verbose_name to contrib's model fields that were missin...
Szilveszter Farkas
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-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
[prev]
[next]