summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2014-06-16Added database migration for contrib.auth.Tim Graham
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-06-13Fixed #22477 -- Removed contrib middleware from the global settings defaults.mlavin
2014-06-13Fixed #7599 -- Added get_user_permissions to ModelBackend.Jorge C. Leitão
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-10Fixed #17431 -- Added send_mail() method to PasswordResetForm.Jorge C. Leitão
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-20Removed unused translations in auth testsClaude Paroz
2014-05-19Updated translation catalogsClaude Paroz
2014-05-19Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager.Tim Graham
2014-05-16Fixed #15716 - Authentication backends can short-circuit authorization.Jorge C. Leitão
2014-05-14Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-25Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a us...Tim Graham
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-17Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham
2014-04-10Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-04-09Used more specific test assertions.Aymeric Augustin
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-05Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-31Fixed #22362 -- Improved AuthenticationMiddleware assertion message.Tim Graham
2014-03-29Fixed #22329 -- Used label_tag() in some admin auth templates.Tim Graham
2014-03-21Removed reading of old 'django_language' session variable per deprecation tim...Tim Graham
2014-03-11Tweak password admin change form view context. Refs #21293.Ramiro Morales
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-03Edited contrib.auth check messages for grammar and consistency.Russell Keith-Magee
2014-02-23Allowed some auth tests to be run independentlyClaude Paroz
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2014-02-18Fixed #21790 -- Removed reliance on an assert in auth.get_user().Tim Graham
2014-02-18flake8 fixes (unused imports and variables).Tim Graham
2014-02-18Fixed broken tests when running with a non-TTY stdin.Baptiste Mispelon
2014-02-18Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...Baptiste Mispelon
2014-02-18Consolidated all tests for createsuperuser in the same TestCase.Baptiste Mispelon
2014-02-17Fixed #7423 -- Skip superuser creation when not running in a TTY.Baptiste Mispelon
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-02-01Suppressed the `if Site._meta.installed` pattern.Aymeric Augustin
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2014-01-12Fixed #21477 -- Renamed db to using in pre/post_migrate signals.Aymeric Augustin
2014-01-08Fix wording of auth superuser post-migrate handlerAndrew Godwin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2013-12-29Changed get_validation_errors to use an app config.Aymeric Augustin
2013-12-29Added Apps.clear_cache().Aymeric Augustin
2013-12-29Fixed a typo.Aymeric Augustin