summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/auth_backends.py
AgeCommit message (Expand)Author
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons
2013-02-07Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-01-22Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.Florian Apolloner
2012-12-15Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
2012-11-30Added missing custom user skip decoratorPreston Holmes
2012-11-17Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...Jannis Leidel
2012-10-06Fixed #19060 -- Corrected assumptions about the name of the User model in the...Russell Keith-Magee
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-26Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...Claude Paroz
2012-03-31Used the override_settings decorator in the tests of auth, flatpages, and for...Aymeric Augustin
2011-11-12Fix #16813: Restore checking whether a backend supports inctive users before ...Karen Tracey
2011-09-10Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-04-02Advanced deprecations in contrib.auth.Russell Keith-Magee
2011-01-13Fixed #14975, #14925 -- Added some cache flushing to avoid some cross-test ef...Russell Keith-Magee
2010-12-21Fixed #14249 -- Added support for inactive users to the auth backend system. ...Jannis Leidel
2010-12-04Fixed #14795 -- Ensure that get_all_permissions() returns the right result (i...Russell Keith-Magee
2010-12-04Fixed #13190 -- Improved error handling for the case where no authentication ...Russell Keith-Magee
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-10-31Fixed the auth tests so they work when the AUTHENTICATION_BACKENDS setting is...Alex Gaynor
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-01-28Fixed #12557 - AnonymousUser should check auth backends for permissionsLuke Plant
2010-01-10Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...Adrian Holovaty
2009-12-30Fixed #12462 - Fixed edge case with auth backends that don't support object p...Jannis Leidel
2009-12-10Fixed #11010 - Add a foundation for object permissions to authentication back...Jannis Leidel