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
/
tests
/
__init__.py
Age
Commit message (
Expand
)
Author
2017-01-17
Refs #22993 -- Removed skipIfCustomUser per deprecation timeline.
Tim Graham
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham
2014-12-15
Moved an import in an auth test; refs #23925.
Tim Graham
2014-11-28
Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS to reference import ...
sdeprez
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-04-02
Modified auth to work with unittest2 discovery.
Preston Timmons
2012-11-24
Updated User manager when testing custom AUTH_USER_MODEL
Claude Paroz
2012-09-27
fixed #10809 -- add a mod_wsgi authentication handler
Preston Holmes
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-04-26
Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...
Claude Paroz
2012-03-10
Fixed #17327 (again) -- Moved createsuperuser tests added in r17665.
Ramiro Morales
2012-03-05
Fixes #17327 -- Add --database option to createsuperuser and change password ...
Chris Beaven
2012-02-09
Fixed #17504 -- Fixed normalization of email addresses that have '@' in the n...
Jannis Leidel
2012-02-04
Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...
Jannis Leidel
2011-12-23
Renovated password hashing. Many thanks to Justine Tunney for help with the i...
Paul McMillan
2011-09-24
Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.
Ramiro Morales
2011-09-10
Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...
Alex Gaynor
2011-06-28
Removed stale import from auth tests. Thanks, Ramiro.
Jannis Leidel
2011-06-26
Fixed #14390 and #16262 -- Moved password related functions from auth models ...
Jannis Leidel
2011-05-31
Fixed auth context processor tests, which were not running at all previously.
Luke Plant
2011-05-09
Fixes #15778 -- createsuperuser fails on international characters in system u...
Chris Beaven
2010-12-21
Fixed #14249 -- Added support for inactive users to the auth backend system. ...
Jannis Leidel
2010-12-12
Fixed #14731 -- Respect ordering when creating the default permissions. Thank...
Jannis Leidel
2010-12-04
Fixed #13190 -- Improved error handling for the case where no authentication ...
Russell Keith-Magee
2010-11-27
Fixes #11025 -- ability to specify LOGIN_URL as full qualified absolute URL.
Chris Beaven
2010-11-26
Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...
Jannis Leidel
2010-10-10
Converted contrib/auth/tokens doctests to unittests. We've always said "no m...
Luke Plant
2010-10-09
Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...
Russell Keith-Magee
2010-09-09
Converted tests for contrib.auth.forms to unit tests.
Luke Plant
2010-04-09
Fixed #13304 -- Updated auth decorators so they can be used with callable cla...
Russell Keith-Magee
2010-02-23
Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...
Justin Bronn
2010-01-28
Fixed #12557 - AnonymousUser should check auth backends for permissions
Luke Plant
2009-12-10
Fixed #11010 - Add a foundation for object permissions to authentication back...
Jannis Leidel
2009-09-10
Removed unnecessary keys in django.contrib.auth.test.__test__
Luke Plant
2009-04-01
Fixed #10460: the logout view can now redirect like the rest of the auth view...
Jacob Kaplan-Moss
2009-04-01
Fixed #9881: Added the to the login view context, not just the site's name. ...
Jacob Kaplan-Moss
2009-03-15
Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...
Gary Wilson Jr
2008-08-23
Tests for password change process. Thanks, Mike Richardson. Fixed #8402.
Malcolm Tredinnick
2008-07-31
Fixed #7723 - implemented a secure password reset form that uses a token and ...
Luke Plant
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner