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
2012-10-20
Fixed #19133 -- Corrected regression in form handling for user passwords.
Russell Keith-Magee
2012-10-18
Fixed #8001 -- Made redirections after add/edit in admin customizable.
Ramiro Morales
2012-10-17
Fixed a security issue related to password resets
Preston Holmes
2012-10-16
Fixed #19130 -- Made some of the auth forms more flexible for user models.
Russell Keith-Magee
2012-10-15
Updated base translation files
Claude Paroz
2012-10-13
Added 'groups' to UserAdmin.filter_horizontal
Daniele Procida
2012-10-13
Fixed #19067 -- Clarified handling of username in createsuperuser.
Russell Keith-Magee
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-10-12
Fixed tests introduced for #15915
Anssi Kääriäinen
2012-10-06
Fixed #19060 -- Corrected assumptions about the name of the User model in the...
Russell Keith-Magee
2012-10-03
Fixed #15915 -- Cleaned handling of duplicate permission codenames
Mateusz Haligowski
2012-10-03
Corrected test docstring.
Russell Keith-Magee
2012-10-02
Fixed #19057 -- support custom user models in mod_wsgi auth handler
Preston Holmes
2012-09-30
Fixed #18616 -- added user_login_fail signal to contrib.auth
Michael Farrell
2012-09-30
Fixed #18991 -- Allowed permission lookup by "if in"
Anssi Kääriäinen
2012-09-29
Used TransactionTestCase in ModWsgiHandlerTestCase
Claude Paroz
2012-09-29
Fixed #19041 -- Corrected the handling of default usernames in createsuperuser.
Russell Keith-Magee
2012-09-27
fixed #10809 -- add a mod_wsgi authentication handler
Preston Holmes
2012-09-27
Fixed a small oversight in auth tests
Preston Holmes
2012-09-27
Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict"
Anssi Kääriäinen
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-22
Fixed #16835 -- add groups to auth.user admin list_filter
Dan Loewenherz
2012-09-17
Added tests for d21f3d9b171a3cbff4c8ce7a9dbb8b8be3f21bac.
Florian Apolloner
2012-09-17
Only update `last_login` instead of the whole user object in `update_last_log...
Florian Apolloner
2012-09-15
Fixed #17948 -- Isolated auth tests from custom template loaders
Claude Paroz
2012-09-12
Fixed test output check when password is blank
Claude Paroz
2012-09-12
Fixed #18182 -- Made is_usable_password check if hashing algorithm is correct
Claude Paroz
2012-09-09
Fix Python 3 test failure introduced in a78dd109.
Carl Meyer
2012-09-08
Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.
Carl Meyer
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-09-04
Negligible spacing fix in auth/forms.py
Adrian Holovaty
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-20
[py3] Fixed #18805 -- ported createsuperuser.
Aymeric Augustin
2012-08-18
[py3] Avoided passing a lazy string to urlparse.
Aymeric Augustin
2012-08-17
Made createsuperuser more robust when getting current OS username.
Ramiro Morales
2012-08-14
[py3] Fixed contrib.auth tests
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
[py3] Removed redundant __str__ methods.
Aymeric Augustin
2012-08-11
[py3] Decoded base64-encoded hash in contrib.auth.hashers
Andrews Medina
2012-08-09
[py3k] use the base64 module, instead of bytes.encode('base64')
Alex Gaynor
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-04
Fixed #7833 -- Improved UserCreationForm password validation
Claude Paroz
2012-07-24
Fixed #18666 -- when upgrading a user's password to a new algorithm only save...
Alex Gaynor
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
[next]