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
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-24
Rotate CSRF token on login
Andrew Godwin
2013-05-19
Fix test failure introduced by 980ae2ab29.
Baptiste Mispelon
2013-05-19
Fix #20447: URL names given to contrib.auth.views are now resolved.
Baptiste Mispelon
2013-05-19
Typo in comment
Peter Inglesby
2013-05-18
Slightly reworked imports in contrib.auth.__init__
Claude Paroz
2013-05-18
Fixed #18998 - Prevented session crash when auth backend removed
Jorge Bastida
2013-05-18
Fixed #20432 -- Test failure in admin_views.
Jacob Burch
2013-05-16
Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.
Mark Huang
2013-05-13
Recommend using the bcrypt library instead of py-bcrypt
Donald Stufft
2013-05-11
Properly force bytes or str for bcrypt on Python3
Donald Stufft
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-05-02
Updated translation templates and removed en translations
Claude Paroz
2013-04-05
Fixed #20114 -- support custom project login_url in tests
Preston Holmes
2013-04-02
Modified auth to work with unittest2 discovery.
Preston Timmons
2013-03-30
Remove unnecessary if conditions
Alisson
2013-03-28
Updated translation templates
Claude Paroz
2013-03-28
Added Burmese language
Claude Paroz
2013-03-28
Added Ossetic language
Claude Paroz
2013-03-28
Updated translations from Transifex
Claude Paroz
2013-03-27
Fixed #20078: don't allow filtering on password in the user admin.
Jacob Kaplan-Moss
2013-03-26
Fixed #20138 -- Added BCryptSHA256PasswordHasher
Donald Stufft
2013-03-14
Fixed #17051 -- Removed some 'invalid' field error messages
Claude Paroz
2013-03-11
Switched the admin to use @transaction.atomic.
Aymeric Augustin
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-03
Merge pull request #871 from matiasb/ticket_19945
Ramiro Morales
2013-03-02
Fixed getting default encoding in get_system_username
Claude Paroz
2013-03-01
Fixed #19945 -- Fixed default User model Meta inheritance.
matiasb
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-26
Merged contrib translations from 1.5 branch
Claude Paroz
2013-02-25
Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.
Aymeric Augustin
2013-02-24
Fixed the usage of the deprecated assertEquals.
Florian Apolloner
2013-02-23
Fixed #15198 -- pass request to AuthenticationForm
Preston Holmes
2013-02-23
Removed superfluous cookie check from auth login.
Preston Holmes
2013-02-23
Fixed #19758 -- Avoided leaking email existence through the password reset form.
Horst Gutmann
2013-02-19
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2013-02-18
Fixed #19839 -- Isolated auth tests from customized TEMPLATE_LOADERS
Claude Paroz
2013-02-15
Avoided unneeded assertion on Python 3
Claude Paroz
2013-02-15
Fixed #19807 -- Sanitized getpass input in createsuperuser
Claude Paroz
2013-02-15
Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...
Russell Keith-Magee
2013-02-14
Fixed a misnamed variable introduced in commit 142ec8b283
Claude Paroz
2013-02-13
Fixed #8404 -- Isolated auth password-related tests from custom templates
Claude Paroz
2013-02-13
Fixed #18558 -- Added url property to HttpResponseRedirect*
Hiroki Kiyohara
2013-02-09
Made modwsgi groups_for_user consistent with check_password
Preston Holmes
2013-02-07
Fixed #19662 -- alter auth modelbackend to accept custom username fields
Preston Holmes
2013-02-07
Updated createsuperuser to use unicode_literals. Refs #19757.
Florian Apolloner
2013-02-06
Fixed #19745 -- Forced resolution of verbose names in createsupersuser
Claude Paroz
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
[next]