django1/django/contrib/auth
Jannis Leidel ada8e2a6fa Pulled translation updates from Transifex again.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-20 22:16:14 +00:00
..
fixtures Fixed #14731 -- Respect ordering when creating the default permissions. Thanks, chipx86. 2010-12-12 22:59:28 +00:00
handlers Small change to modpython auth handler to support Apache 2.2 2007-09-15 18:36:31 +00:00
locale Pulled translation updates from Transifex again. 2011-03-20 22:16:14 +00:00
management Fixed #15371 -- Ensure that a superuser created with the createsuperuser management command with --noinput has an invalid password, not a blank password. Thanks to yishaibeeri for the report and patch. 2011-02-22 11:33:04 +00:00
tests Fixed #15142 -- Force test views to be non-cached so that projects with caching middleware enabled don't cause test failures. Thanks to jsdalton for the report and patch 2011-03-17 08:07:40 +00:00
__init__.py Fixed #15532 -- Clarified the error message for unknown auth backends. Thanks to kmike for the report. 2011-03-03 00:25:02 +00:00
admin.py Fixed #14012 (again) -- Admin app: Don't show the full user edition view after adding a user in a FK popup. Thanks dburke for reporting this regression introduced in r14628. 2011-02-24 01:00:57 +00:00
backends.py Fixed #14249 -- Added support for inactive users to the auth backend system. Thanks, Harro van der Klauw. 2010-12-21 19:18:12 +00:00
context_processors.py Fixed #15299 -- Started the process of migrating the auth context processor support classes into the auth context processor module. Thanks to shailesh for the report, and v1v3kn for the draft patch. 2011-02-23 13:36:58 +00:00
create_superuser.py Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the new createsuperuser command. 2008-06-08 08:45:14 +00:00
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 #9213 - Added check to prevent inactive users from resetting their password. Thanks to John Scott for report and draft patch, and Evgeny Fadeev for final patch with test. 2011-03-14 21:14:10 +00:00
middleware.py Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. 2010-10-09 08:12:50 +00:00
models.py Fixed #15627 -- Use constant time comparison for password checks. Thanks to hvdklauw for the report and patch. 2011-03-17 11:51:07 +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 Fix a security issue in the auth system. Disclosure and new release forthcoming. 2010-12-23 03:45:08 +00:00
views.py Fixed #11223 -- Fixed logout view to use the 'next' GET parameter correctly as described in the docs, while only allowing redirection to the same host. 2011-03-02 12:47:44 +00:00