summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2013-02-25[1.5.x] Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.Aymeric Augustin
2013-02-25[1.5.x] Updated translationsClaude Paroz
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...Carl Meyer
2013-02-15[1.5.x] Avoided unneeded assertion on Python 3Claude Paroz
2013-02-15[1.5.x] Fixed #19807 -- Sanitized getpass input in createsuperuserClaude Paroz
2013-02-15[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ...Russell Keith-Magee
2013-02-09[1.5.x] Made modwsgi groups_for_user consistent with check_passwordPreston Holmes
2013-02-08[1.5.x] Fixed #19776 -- Added missing import for backportPreston Holmes
2013-02-07[1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-06[1.5.x] Fixed #19745 -- Forced resolution of verbose names in createsupersuserClaude Paroz
2013-02-04[1.5.x] Fixed #19725 -- Made createsuperuser handle non-ascii promptsClaude Paroz
2013-02-02[1.5.x] Added missing parentheses in if clauseClaude Paroz
2013-02-02[1.5.x] Fixed #18144 -- Added backwards compatibility with old unsalted MD5 p...Claude Paroz
2013-01-22[1.5.X] Fixed #19596 -- Use `_default_manager` instead of `objects` in the au...Florian Apolloner
2013-01-15Updated contrib apps translationsClaude Paroz
2013-01-10[1.5.x] Fixed #19573 -- Allow override of username field label in Authenticat...Nick Sandford
2013-01-08[1.5.x] Updated deprecated test assertionsClaude Paroz
2012-12-24[1.5.x] Fixed #19505 -- A more flexible implementation for customizable admin...Julien Phalip
2012-12-22[1.5.x] Fixed #19509 -- Fixed crypt/bcrypt non-ascii password encodingClaude Paroz
2012-12-16[1.5.X] Corrected tests depending on the error message on the AuthenticationF...Russell Keith-Magee
2012-12-15Updated translation catalog for contrib.authClaude Paroz
2012-12-15[1.5.X] Fixed #19368 -- Ensured that login error messages adapt to changes in...Russell Keith-Magee
2012-12-15[1.5.X} Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
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