index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
Age
Commit message (
Expand
)
Author
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-03-03
Fixed #15532 -- Clarified the error message for unknown auth backends. Thanks...
Russell Keith-Magee
2011-03-02
Fixed #11223 -- Fixed logout view to use the 'next' GET parameter correctly a...
Jannis Leidel
2011-03-01
Fixed #12534 -- Loosened the the security check for "next" redirects after lo...
Jannis Leidel
2011-03-01
Updated auth translations from transifex.net. Refs #15300.
Jannis Leidel
2011-02-24
Fixed #14012 (again) -- Admin app: Don't show the full user edition view afte...
Ramiro Morales
2011-02-23
Fixed #15299 -- Started the process of migrating the auth context processor s...
Russell Keith-Magee
2011-02-22
Fixed #15371 -- Ensure that a superuser created with the createsuperuser mana...
Russell Keith-Magee
2011-02-06
Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon...
Russell Keith-Magee
2011-02-05
Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will r...
Russell Keith-Magee
2011-01-24
Fixed #15067 -- Modified the range checks on base36_to_int so you are guarant...
Russell Keith-Magee
2011-01-21
Added new translation files to auth contrib app.
Jannis Leidel
2011-01-14
Change the lack of supports_inactive_user on an auth backend to a
Chris Beaven
2011-01-13
Fixed #14975, #14925 -- Added some cache flushing to avoid some cross-test ef...
Russell Keith-Magee
2011-01-10
Fixed #15043 -- Updated the login function to send the user_logged_in signal ...
Jannis Leidel
2010-12-23
Fix a security issue in the auth system. Disclosure and new release forthcoming.
Alex Gaynor
2010-12-21
Fixed #14249 -- Added support for inactive users to the auth backend system. ...
Jannis Leidel
2010-12-19
Fixed #14920 -- Fixed some test failures caused by caching contenttypes that ...
Russell Keith-Magee
2010-12-12
Fixed #14731 -- Respect ordering when creating the default permissions. Thank...
Jannis Leidel
2010-12-12
Fixed #14446 -- Prevented the password reset confirmation view to be cached. ...
Jannis Leidel
2010-12-04
Fixed #14795 -- Ensure that get_all_permissions() returns the right result (i...
Russell Keith-Magee
2010-12-04
Fixed #13190 -- Improved error handling for the case where no authentication ...
Russell Keith-Magee
2010-12-02
Fixed #8342 -- Removed code from the admin that assumed that you can't login ...
Jannis Leidel
2010-12-02
Fixed #5298 -- Added extra_context to contrib auth views.
Jannis Leidel
2010-12-01
Fixed #14809 -- broken login related tests after r14733.
Chris Beaven
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-11-19
Corrected change in behavior regarding the page shown after the 'Save' button...
Ramiro Morales
2010-11-17
Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid to deter...
Jannis Leidel
2010-11-11
Fixed #14508 - test suite silences warnings.
Luke Plant
2010-11-04
Fixed #14612 - Password reset page leaks valid user ids publicly.
Luke Plant
2010-11-04
Fixed a test setup and isolation bug that was causing PasswordResetTest to fa...
Luke Plant
2010-11-04
Sped up the create_permissions signal handler (and thus the test suite) by re...
Alex Gaynor
2010-11-01
Restructure the create_permission signal handler to perform fewer SQL queries...
Alex Gaynor
2010-10-31
Reflow django/contrib/auth/management/__init__.py for readability.
Alex Gaynor
2010-10-31
Fixed the auth tests so they work when the AUTHENTICATION_BACKENDS setting is...
Alex Gaynor
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-10-12
Fixed #14447 -- Modified the auth and sitemaps tests to remove some assumptio...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-10
Converted contrib/auth/tokens doctests to unittests. We've always said "no m...
Luke Plant
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-09
Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...
Russell Keith-Magee
2010-10-08
#14374 -- Added some missing template files to ensure that contrib.auth tests...
Russell Keith-Magee
2010-10-04
Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...
Luke Plant
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-09-12
Permit custom from-email address in auth forms email.
Malcolm Tredinnick
2010-09-10
Added login_url argument to login_required decorator. Thanks mhlakhani and er...
Jannis Leidel
2010-09-09
Fixed #14242 - UserChangeForm subclasses without 'user_permissions' field cau...
Luke Plant
2010-09-09
Converted tests for contrib.auth.forms to unit tests.
Luke Plant
2010-09-03
Fixed #14090 - Many sql queries needed to display change user form
Luke Plant
[next]