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
2015-06-15
Corrected to not erroneously mention email as being required.
elena
2015-06-10
Refs #16860 -- Minor edits and fixes to password validation.
Tim Graham
2015-06-08
Fixed #24929 -- Allowed permission_required decorator to take any iterable
Raphael Michel
2015-06-07
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn
2015-06-06
Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs
Alasdair Nicol
2015-05-28
Added contrib.auth migration for refs #13147.
Tim Graham
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-05
Improved formatting of auth model fields.
Edvinas Jurevicius
2015-05-05
Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be use...
Dan Watson
2015-05-02
Fixed #24737 -- Removed unnecesary kwargs in UserManager._create_user()
Luis Del Giudice
2015-04-30
Updated translations from Transifex
Claude Paroz
2015-04-20
Refactored PasswordResetTokenGenerator to be a bit more extensible.
Matt Robenolt
2015-04-07
Fixed #22993 -- Deprecated skipIfCustomUser decorator
Christopher Luc
2015-04-01
Fetched updated contrib translations from Transifex
Claude Paroz
2015-03-30
Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.
Tim Graham
2015-03-28
Refs #15779 -- Fixed UserChangeForm regression introduced by 1791a7e75
Claude Paroz
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-18
Updated translation catalogs
Claude Paroz
2015-03-16
Fixed #23926 -- Improved validation error for custom permissions that are too...
Joeri Bekker
2015-03-16
Fixed #5986 -- Added ability to customize order of Form fields
Thomas Tanner
2015-02-20
Removed reference to iteration count in the PBKDF2 hasher docstring.
Simon Charette
2015-02-20
Fixed PBKDF2PasswordHasher comments to reflect reality.
Frank Wiles
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-16
Fixed #24299 -- Added an auth migration to ensure contenttypes is migrated.
Tim Graham
2015-02-13
Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a UUID user.
Tim Graham
2015-02-13
Fixed #24334 -- Allowed admin password reset to work with non-digit custom us...
Tim Graham
2015-02-12
Fixed #24161 -- Stored the user primary key as a serialized value in the sess...
Tim Graham
2015-02-11
Moved non-documented auth test models to the new test location.
Tim Graham
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham
2015-02-11
Prevented some test commands from needlessly running system checks.
Tim Graham
2015-02-09
Replaced some more hardcoded admin URLs
Claude Paroz
2015-02-09
Removed stray comment in auth.views.
Tim Graham
2015-02-08
Replaced hardcoded URLs in admin_* tests
Claude Paroz
2015-02-07
Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplyin...
Markus Holtermann
2015-02-07
Revert "Refs #24075 -- Silenced needless call_command output while running te...
Markus Holtermann
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Removed direct manipulation of settings in auth tests; refs #21230.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-02
Removed contrib.auth.forms.mask_password()
Tim Graham
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-17
Updated en translation catalogs
Claude Paroz
2015-01-16
Increased the default PBKDF2 iterations.
Tim Graham
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2015-01-15
Refs #24075 -- Silenced needless call_command output while running tests
Markus Holtermann
2015-01-14
Fixed #24075 -- Prevented running post_migrate signals when unapplying initia...
Markus Holtermann
2015-01-12
Fixed #24124 (again) -- Updated tests with new default context_processors.
Aymeric Augustin
2015-01-10
Fixed #24097 -- Prevented AttributeError in redirect_to_login
Claude Paroz
2015-01-09
Fixed a typo in contrib/auth/tests/custom_user.py docstring.
Tim Graham
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-12-31
Fixed #22295 -- Replaced permission check for displaying admin user-tools
Thomas Tanner
[prev]
[next]