django1/django/contrib/auth
Jannis Leidel 674c671cae Fixed #14731 -- Respect ordering when creating the default permissions. Thanks, chipx86.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-12 22:59:28 +00:00
..
fixtures Fixed #14731 -- Respect ordering when creating the default permissions. Thanks, chipx86. 2010-12-12 22:59:28 +00:00
handlers
management Fixed #14731 -- Respect ordering when creating the default permissions. Thanks, chipx86. 2010-12-12 22:59:28 +00:00
tests Fixed #14731 -- Respect ordering when creating the default permissions. Thanks, chipx86. 2010-12-12 22:59:28 +00:00
__init__.py Fixed #13190 -- Improved error handling for the case where no authentication backends are defined. Thanks to Joel3000 for the report, and Łukasz Rekucki for the final patch. 2010-12-04 04:47:59 +00:00
admin.py Corrected change in behavior regarding the page shown after the 'Save' button is pressed when adding a user through the admin. 2010-11-19 22:45:51 +00:00
backends.py Fixed #14795 -- Ensure that get_all_permissions() returns the right result (i.e., all permissions) for superusers. Thanks to jay.halleaux@gmail.com for the report, and Brett Haydon for the patch. 2010-12-04 05:59:56 +00:00
context_processors.py
create_superuser.py
decorators.py Fixes #11025 -- ability to specify LOGIN_URL as full qualified absolute URL. 2010-11-27 22:43:33 +00:00
forms.py Fixed #8342 -- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views. 2010-12-02 00:44:35 +00:00
middleware.py
models.py Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks SmileyChris and pterk. 2010-11-26 13:33:27 +00:00
signals.py Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks SmileyChris and pterk. 2010-11-26 13:33:27 +00:00
tokens.py Fixed #14445 - Use HMAC and constant-time comparison functions where needed. 2010-10-14 20:54:30 +00:00
urls.py
views.py Fixed #14446 -- Prevented the password reset confirmation view to be cached. Thanks, Paul and Gabriel. 2010-12-12 22:59:03 +00:00