summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2012-12-10[1.5.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious...Florian Apolloner
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-12-04[1.5.x] Fixed #18697 -- Made values accepted for two customizable admin templ...Ramiro Morales
2012-12-01[1.5.x] Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHashWidgetClaude Paroz
2012-11-30[1.5.x] Allow custom User models to use the UserAdmin's change password view.Ryan Kaskel
2012-11-29[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-11-24[1.5.x] Updated User manager when testing custom AUTH_USER_MODELClaude Paroz
2012-11-23Added new languagesClaude Paroz
2012-11-22[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
2012-11-03[1.5.x] Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-10-29[1.5.x] Fixed #17869 - force logout when REMOTE_USER header disappearsPreston Holmes
2012-10-29[1.5.x] Fixed #19057 (again) -- added additional testsPreston Holmes
2012-10-30[1.5.X] Added some test guards for some recently added auth tests.Russell Keith-Magee
2012-10-29[1.5.x] Fixed #19172 -- Isolated poisoned_http_host tests from 500 handlersClaude Paroz
2012-10-28[1.5.x] Fixed #19061 -- added is_active attribute to AbstractBaseUserPreston Holmes
2012-10-20Fixed #19133 -- Corrected regression in form handling for user passwords.Russell Keith-Magee
2012-10-18Fixed #8001 -- Made redirections after add/edit in admin customizable.Ramiro Morales
2012-10-17Fixed a security issue related to password resetsPreston Holmes
2012-10-16Fixed #19130 -- Made some of the auth forms more flexible for user models.Russell Keith-Magee
2012-10-15Updated base translation filesClaude Paroz
2012-10-13Added 'groups' to UserAdmin.filter_horizontalDaniele Procida
2012-10-13Fixed #19067 -- Clarified handling of username in createsuperuser.Russell Keith-Magee
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-10-12Fixed tests introduced for #15915Anssi Kääriäinen
2012-10-06Fixed #19060 -- Corrected assumptions about the name of the User model in the...Russell Keith-Magee
2012-10-03Fixed #15915 -- Cleaned handling of duplicate permission codenamesMateusz Haligowski
2012-10-03Corrected test docstring.Russell Keith-Magee
2012-10-02Fixed #19057 -- support custom user models in mod_wsgi auth handlerPreston Holmes
2012-09-30Fixed #18616 -- added user_login_fail signal to contrib.authMichael Farrell
2012-09-30Fixed #18991 -- Allowed permission lookup by "if in"Anssi Kääriäinen
2012-09-29Used TransactionTestCase in ModWsgiHandlerTestCaseClaude Paroz
2012-09-29Fixed #19041 -- Corrected the handling of default usernames in createsuperuser.Russell Keith-Magee
2012-09-27fixed #10809 -- add a mod_wsgi authentication handlerPreston Holmes
2012-09-27Fixed a small oversight in auth testsPreston Holmes
2012-09-27Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict"Anssi Kääriäinen
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-22Fixed #16835 -- add groups to auth.user admin list_filterDan Loewenherz
2012-09-17Added tests for d21f3d9b171a3cbff4c8ce7a9dbb8b8be3f21bac.Florian Apolloner
2012-09-17Only update `last_login` instead of the whole user object in `update_last_log...Florian Apolloner
2012-09-15Fixed #17948 -- Isolated auth tests from custom template loadersClaude Paroz
2012-09-12Fixed test output check when password is blankClaude Paroz
2012-09-12Fixed #18182 -- Made is_usable_password check if hashing algorithm is correctClaude Paroz
2012-09-09Fix Python 3 test failure introduced in a78dd109.Carl Meyer
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-09-04Negligible spacing fix in auth/forms.pyAdrian Holovaty
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-20[py3] Fixed #18805 -- ported createsuperuser.Aymeric Augustin
2012-08-18[py3] Avoided passing a lazy string to urlparse.Aymeric Augustin