summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2015-12-01[1.9.x] Pulled contrib translations from TransifexClaude Paroz
2015-10-27[1.9.x] Fixed #25596 -- Fixed regression in password change view with custom ...Tim Graham
2015-10-10[1.9.x] Pluralized translatable strings in password_validation.pyClaude Paroz
2015-10-09[1.9.x] Updated translation catalogsClaude Paroz
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-18Fixed #24944 -- Added extra_email_context parameter to password_reset() view.sujayskumar
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-31Fixed #25324 -- Registered ModelAdmin instances with @admin.register decoratorY3K
2015-08-01Fixed #25089 -- Added password validation to createsuperuser/changepassword.Alex Becker
2015-08-01Removed unnecessary if statement in createsuperuser command.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-27Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow custo...Akis Kesoglou
2015-07-21Fixed #24126 -- Deprecated current_app parameter to auth views.lukasz.wojcik
2015-07-20Reworded contrib.auth forms' password confirmation help_text.Wim Feijen
2015-07-20Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.Tim Graham
2015-07-20Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham
2015-07-17Refs #25073 -- Copied recently added verbose_names to migrations.Tim Graham
2015-07-13Explicitly passed rounds as rounds to bcrypt.gensalt()Curtis Maloney
2015-07-12Fixed #25073 -- Added verbose_name to contrib's model fields that were missin...Szilveszter Farkas
2015-07-02Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only exte...Jan Pazdziora
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-22Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work.Francisco Albarran
2015-06-17Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann
2015-06-16Refs #16860 -- Fixed a resource and deprecation warning in password validation.Tim Graham
2015-06-15Corrected to not erroneously mention email as being required.elena
2015-06-10Refs #16860 -- Minor edits and fixes to password validation.Tim Graham
2015-06-08Fixed #24929 -- Allowed permission_required decorator to take any iterableRaphael Michel
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-06-06Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDsAlasdair Nicol
2015-05-28Added contrib.auth migration for refs #13147.Tim Graham
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-05Improved formatting of auth model fields.Edvinas Jurevicius
2015-05-05Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be use...Dan Watson
2015-05-02Fixed #24737 -- Removed unnecesary kwargs in UserManager._create_user()Luis Del Giudice
2015-04-30Updated translations from TransifexClaude Paroz
2015-04-20Refactored PasswordResetTokenGenerator to be a bit more extensible.Matt Robenolt
2015-04-07Fixed #22993 -- Deprecated skipIfCustomUser decoratorChristopher Luc
2015-04-01Fetched updated contrib translations from TransifexClaude Paroz
2015-03-30Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.Tim Graham
2015-03-28Refs #15779 -- Fixed UserChangeForm regression introduced by 1791a7e75Claude Paroz
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-18Updated translation catalogsClaude Paroz
2015-03-16Fixed #23926 -- Improved validation error for custom permissions that are too...Joeri Bekker
2015-03-16Fixed #5986 -- Added ability to customize order of Form fieldsThomas Tanner
2015-02-20Removed reference to iteration count in the PBKDF2 hasher docstring.Simon Charette
2015-02-20Fixed PBKDF2PasswordHasher comments to reflect reality.Frank Wiles