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-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
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2013-02-04
Fixed #19725 -- Made createsuperuser handle non-ascii prompts
Claude Paroz
2013-02-02
Added missing parentheses in if clause
Claude Paroz
2013-02-02
Fixed #18144 -- Added backwards compatibility with old unsalted MD5 passwords
Claude Paroz
2013-01-25
Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashField
Claude Paroz
2013-01-22
Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
Florian Apolloner
2013-01-10
Fixed #19573 -- Allow override of username field label in AuthenticationForm
Nick Sandford
2013-01-08
Updated deprecated test assertions
Claude Paroz
2013-01-06
Fixed #19173 -- Made EmptyQuerySet a marker class only
Anssi Kääriäinen
2012-12-29
Silenced warnings in the tests of deprecated features.
Aymeric Augustin
2012-12-29
Advanced pending deprecation warnings.
Aymeric Augustin
2012-12-24
Fixed #19505 -- A more flexible implementation for customizable admin redirec...
Julien Phalip
2012-12-22
Fixed #19509 -- Fixed crypt/bcrypt non-ascii password encoding
Claude Paroz
2012-12-16
Corrected tests depending on the error message on the AuthenticationForm.
Russell Keith-Magee
2012-12-15
Fixed #19368 -- Ensured that login error messages adapt to changes in the Use...
Russell Keith-Magee
2012-12-15
Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.
Russell Keith-Magee
2012-12-10
Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.
Florian Apolloner
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-04
Fixed #18697 -- Made values accepted for two customizable admin templates con...
Ramiro Morales
2012-12-01
Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHashWidget
Claude Paroz
2012-11-30
Added missing custom user skip decorator
Preston Holmes
2012-11-29
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-11-24
Updated User manager when testing custom AUTH_USER_MODEL
Claude Paroz
2012-11-22
Fixed #16039 -- Made post_syncdb handlers multi-db aware.
Aymeric Augustin
2012-11-22
Merge pull request #511 from ryankask/username-password-admin
Aymeric Augustin
2012-11-17
Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...
Jannis Leidel
2012-11-10
Allow custom User models to use the UserAdmin's change password view.
Ryan Kaskel
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-10-29
Fixed #17869 - force logout when REMOTE_USER header disappears
Preston Holmes
2012-10-29
Fixed #19057 (again) -- added additional tests
Preston Holmes
2012-10-30
Added some test guards for some recently added auth tests.
Russell Keith-Magee
2012-10-29
Fixed #19172 -- Isolated poisoned_http_host tests from 500 handlers
Claude Paroz
2012-10-28
Fixed #19061 -- added is_active attribute to AbstractBaseUser
Preston Holmes
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
[prev]
[next]