summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2011-03-17[1.2.X] Fixed #15142 -- Force test views to be non-cached so that projects wi...Russell Keith-Magee
2011-03-14[1.2.X] Fixed #9213 - Added check to prevent inactive users from resetting th...Carl Meyer
2011-03-03[1.2.X] Fixed #15532 -- Clarified the error message for unknown auth backends...Russell Keith-Magee
2011-03-02[1.2.X] Fixed #11223 -- Fixed logout view to use the 'next' GET parameter cor...Jannis Leidel
2011-02-24[1.2.X] Fixed #14012 (again) -- Admin app: Don't show the full user edition v...Ramiro Morales
2011-02-22[1.2.X] Fixed #15371 -- Ensure that a superuser created with the createsuperu...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #15343 -- Added import of handler500 and handler404 in URLconf ...Carl Meyer
2011-02-05[1.2.X] Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps test...Russell Keith-Magee
2011-01-24[1.2.X] Fixed #15067 -- Modified the range checks on base36_to_int so you are...Russell Keith-Magee
2011-01-13[1.2.X] Fixed #14975, #14925 -- Added some cache flushing to avoid some cross...Russell Keith-Magee
2010-12-23Fix a security issue in the auth system. Disclosure and new release forthcoming.Alex Gaynor
2010-12-13[1.2.X] Fixed #14446 -- Prevented the password reset confirmation view to be ...Jannis Leidel
2010-12-04[1.2.X] Fixed #14795 -- Ensure that get_all_permissions() returns the right r...Russell Keith-Magee
2010-12-04[1.2.X] Fixed #13190 -- Improved error handling for the case where no authent...Russell Keith-Magee
2010-11-19[1.2.X] Corrected change in behavior regarding the page shown after the 'Save...Ramiro Morales
2010-11-17[1.2.X] Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid ...Jannis Leidel
2010-11-04[1.2.X] Fixed #14612 - Password reset page leaks valid user ids publicly.Luke Plant
2010-11-04[1.2.X] Fixed a test setup and isolation bug that was causing PasswordResetTe...Luke Plant
2010-10-31[1.2.X] Fixed the auth tests so they work when the AUTHENTICATION_BACKENDS se...Alex Gaynor
2010-10-10[1.2.X] Converted contrib/auth/tokens doctests to unittests. We've always sa...Luke Plant
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-10-09[1.2.X] Fixed #14354 -- Normalized the handling of empty/null passwords in co...Russell Keith-Magee
2010-10-08Backport of r14003 from trunk.Russell Keith-Magee
2010-10-05[1.2.X] Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standar...Luke Plant
2010-09-09[1.2.X] Fixed #14242 - UserChangeForm subclasses without 'user_permissions' f...Luke Plant
2010-09-09[1.2.X] Converted tests for contrib.auth.forms to unit tests.Luke Plant
2010-09-03Fixed #14090 - Many sql queries needed to display change user formLuke Plant
2010-05-21Fixed #13569 -- Fixed createsuperuser management command to work with the new...Jannis Leidel
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-09Fixed #13304 -- Updated auth decorators so they can be used with callable cla...Russell Keith-Magee
2010-03-15Fixed #13000 - Use a dictionary for the error messages definition in user cre...Jannis Leidel
2010-03-15Fixed #13108 -- Corrected an ambiguity in test data with the potential to cau...Russell Keith-Magee
2010-03-01Fixed #5605: only lowercase the domain portion of an email address in `UserMa...Jacob Kaplan-Moss
2010-03-01Fixed #11457: tightened the security check for "next" redirects after logins.Jacob Kaplan-Moss
2010-03-01Fixed #5786: relaxed the validation for usernames to allow more common charac...Jacob Kaplan-Moss
2010-02-23Fixed #12729 -- Replaced a hard-coded SQL statement with an ORM query so that...Russell Keith-Magee
2010-02-23Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...Justin Bronn
2010-02-22Fixed #12864 -- Corrected handling of new user creation when a multi-database...Russell Keith-Magee
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2010-02-13Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardl...Russell Keith-Magee
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2010-01-29Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ...Russell Keith-Magee
2010-01-28Fixed #12557 - AnonymousUser should check auth backends for permissionsLuke Plant
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2010-01-19Fixed #12644 - Allow overriding the admin user creation form based on r12216....Jannis Leidel
2010-01-14Fixed #12606 - Removed stray print statement. Thanks, Sean Brant.Jannis Leidel
2010-01-12Fixed #11796 - Tweaked ordering of permissions a little more to be even nicer.Jannis Leidel
2010-01-12Make use of new ability to override admin add form templates and removed a li...Jannis Leidel
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-10Fixed #11409 -- Reordered the permissions checkboxes in the admin into a more...Adrian Holovaty