django1/django/contrib/auth/handlers
Florian Apolloner cc4de61a2b Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
This is needed to support custom user models which don't define a manager
named `objects`.
2013-01-22 12:47:34 +01:00
..
__init__.py Moved Apache auth handler to django/contrib/auth/handlers/modpython.py 2005-11-30 01:14:23 +00:00
modwsgi.py Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app. 2013-01-22 12:47:34 +01:00