Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth
Commit message (Expand)AuthorAgeFilesLines
* Fixed #20846 -- Increased User.username max_length to 254...Tim Graham2015-10-292-2/+34
* Fixed #25596 -- Fixed regression in password change view ...Tim Graham2015-10-271-2/+3
* Pluralized translatable strings in password_validation.pyClaude Paroz2015-10-102-15/+29
* Updated translation catalogsClaude Paroz2015-10-091-73/+114
* Fixed #25490 -- Made the logout() view send "no-cache" he...Kaleb Elwert2015-10-021-0/+1
* Refs #16860 -- Fixed password help text when there aren't...Antoine Catton2015-09-281-1/+1
* Fixed #25457 -- Improved formatting of password validatio...Tzu-ping Chung2015-09-252-2/+2
* Increased the default PBKDF2 iterations for the 1.10 rele...Tim Graham2015-09-241-1/+1
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-243-9/+5
* Refs #21648 -- Removed is_admin_site option from password...Tim Graham2015-09-241-12/+2
* Fixed #24944 -- Added extra_email_context parameter to pa...sujayskumar2015-09-192-3/+7
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-123-8/+47
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-081-1/+2
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #25324 -- Registered ModelAdmin instances with @adm...Y3K2015-08-311-3/+2
* Fixed #25089 -- Added password validation to createsuperu...Alex Becker2015-08-022-3/+33
* Removed unnecessary if statement in createsuperuser command.Tim Graham2015-08-021-7/+7
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-282-2/+11
* Fixed #25142 -- Added PermissionRequiredMixin.has_permiss...Akis Kesoglou2015-07-271-2/+8
* Fixed #24126 -- Deprecated current_app parameter to auth ...lukasz.wojcik2015-07-211-35/+43
* Reworded contrib.auth forms' password confirmation help_t...Wim Feijen2015-07-201-2/+2
* Fixed #25052; refs #16860 -- Added password validation to...Tim Graham2015-07-201-0/+2
* Refs #16860 -- Moved password_changed() logic to Abstract...Tim Graham2015-07-202-2/+16
* Refs #25073 -- Copied recently added verbose_names to mig...Tim Graham2015-07-171-1/+1
* Explicitly passed rounds as rounds to bcrypt.gensalt()Curtis Maloney2015-07-131-1/+1
* Fixed #25073 -- Added verbose_name to contrib's model fie...Szilveszter Farkas2015-07-121-1/+1
* Fixed #25029 -- Added PersistentRemoteUserMiddleware for ...Jan Pazdziora2015-07-021-1/+15
* Sorted imports in __init__.py files.Tim Graham2015-06-271-1/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-242-5/+5
* Fixed #25009 -- Allowed User.objects.create_user(...,is_s...Francisco Albarran2015-06-221-9/+14
* Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann2015-06-171-0/+110
* Refs #16860 -- Fixed a resource and deprecation warning i...Tim Graham2015-06-161-1/+3
* Corrected to not erroneously mention email as being requi...elena2015-06-151-1/+1
* Refs #16860 -- Minor edits and fixes to password validation.Tim Graham2015-06-101-7/+23
* Fixed #24929 -- Allowed permission_required decorator to ...Raphael Michel2015-06-081-1/+2
* Fixed #16860 -- Added password validation to django.contr...Erik Romijn2015-06-073-4/+188
* Fixed #24910 -- Added createsuperuser support for non-uni...Alasdair Nicol2015-06-061-8/+8
* Added contrib.auth migration for refs #13147.Tim Graham2015-05-281-0/+32
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-132-2/+2
* Improved formatting of auth model fields.Edvinas Jurevicius2015-05-051-27/+56
* Fixed #24564 -- Moved AbstractBaseUser and BaseUserManage...Dan Watson2015-05-052-107/+115
* Fixed #24737 -- Removed unnecesary kwargs in UserManager....Luis Del Giudice2015-05-031-4/+2
* Updated translations from TransifexClaude Paroz2015-04-302-16/+23
* Refactored PasswordResetTokenGenerator to be a bit more e...Matt Robenolt2015-04-201-6/+13
* Fixed #22993 -- Deprecated skipIfCustomUser decoratorChristopher Luc2015-04-071-0/+6
* Fetched updated contrib translations from TransifexClaude Paroz2015-04-01166-8603/+1837
* Fixed #24115 -- Allowed bcrypt hashers to upgrade passwor...Tim Graham2015-03-311-0/+4
* Refs #15779 -- Fixed UserChangeForm regression introduced...Claude Paroz2015-03-281-1/+1
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-252-5/+10
* Updated translation catalogsClaude Paroz2015-03-181-64/+63