Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Simplified test of contrib.auth.tests.Jorge C. Leitão2014-06-241-9/+5
* Converted remaining management commands to argparseClaude Paroz2014-06-141-3/+5
* Fixed #22477 -- Removed contrib middleware from the globa...mlavin2014-06-131-5/+14
* Fixed #17431 -- Added send_mail() method to PasswordReset...Jorge C. Leitão2014-06-101-0/+30
* Fixed several typos in DjangoAlex Gaynor2014-05-292-2/+2
* Removed unused translations in auth testsClaude Paroz2014-05-201-2/+2
* Fixed #15716 - Authentication backends can short-circuit ...Jorge C. Leitão2014-05-161-1/+27
* Added additional checks in is_safe_url to account for fle...Erik Romijn2014-05-141-4/+8
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-263-4/+4
* Fixed #22515 -- Fixed the object_id of the LogEntry that'...Tim Graham2014-04-251-0/+12
* Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham2014-04-181-0/+16
* Used more specific test assertions.Aymeric Augustin2014-04-091-2/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-066-11/+12
* Fixed #21649 -- Added optional invalidation of sessions w...Tim Graham2014-04-052-2/+91
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-032-31/+31
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Edited contrib.auth check messages for grammar and consis...Russell Keith-Magee2014-03-031-8/+8
* Allowed some auth tests to be run independentlyClaude Paroz2014-02-231-0/+2
* Fixed #22120 -- Documented persistent activation of langu...Erik Romijn2014-02-221-2/+3
* flake8 fixes (unused imports and variables).Tim Graham2014-02-182-3/+0
* Fixed broken tests when running with a non-TTY stdin.Baptiste Mispelon2014-02-181-2/+13
* Removed BaseCommand.stdin introduced in 116d39842dab25690...Baptiste Mispelon2014-02-181-0/+29
* Consolidated all tests for createsuperuser in the same Te...Baptiste Mispelon2014-02-182-158/+108
* Fixed #7423 -- Skip superuser creation when not running i...Baptiste Mispelon2014-02-171-0/+21
* Suppressed the `if Site._meta.installed` pattern.Aymeric Augustin2014-02-011-2/+3
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+2
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-13/+70
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-142-1/+6
* Changed get_validation_errors to use an app config.Aymeric Augustin2013-12-291-3/+3
* Added Apps.clear_cache().Aymeric Augustin2013-12-291-1/+1
* Cleared get_models cache when swapping User model.Aymeric Augustin2013-12-291-0/+2
* Refactored the migration signals to use app configs.Aymeric Augustin2013-12-291-6/+12
* Added missing newline in previous commit.Tim Graham2013-12-261-0/+1
* Fixed #21627 -- Added unicode_literals to changepassword ...Jon Lønne2013-12-261-0/+12
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-4/+4
* Imported override_settings from its new location.Aymeric Augustin2013-12-2310-17/+11
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Deprecated get_app().Aymeric Augustin2013-12-171-3/+3
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-4/+4
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed #21250 -- Made HTTP auth user header configurable i...Bartolomé Sánchez2013-12-141-10/+36
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-3/+5
* Fixed #21473 -- Limited language preservation to logoutLudwik Trammer2013-12-121-0/+13
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-102-10/+20
* Fixed #21535 -- Fixed password hash iteration upgrade.Tim Graham2013-11-301-2/+34
* Removed gender-based pronouns per [c0a2daad78].Tim Graham2013-11-301-1/+1
* Propagate get_user_model exception from get_userMatt Robenolt2013-11-141-0/+24
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-023-4/+0
* Started attackign the next flake8 violationAlex Gaynor2013-10-312-0/+11