| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-11 | Moved contrib.auth tests out of contrib. | Tim Graham | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2015-01-16 | Fixed #24099 -- Removed contenttype.name deprecated field | Claude Paroz | |
| This finsishes the work started on #16803. Thanks Simon Charette, Tim Graham and Collin Anderson for the reviews. | |||
| 2014-08-01 | Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null. | Tim Graham | |
| Thanks veena for the suggestion and Simon Charette and Kévin Etienne for reviews. | |||
| 2014-07-31 | Fixed #22956 -- Made PermissionManager.get_by_natural_key() use the correct ↵ | Jürno Ader | |
| database for content type lookup. | |||
| 2013-12-23 | Imported override_settings from its new location. | Aymeric Augustin | |
| 2013-12-14 | Fixed E127 pep8 warnings. | Loic Bistuer | |
| 2013-11-02 | Fixed #21302 -- Fixed unused imports and import *. | Tim Graham | |
| 2013-10-14 | Imported custom user classes in tests depending on it | Claude Paroz | |
| Without those imports, affected test files cannot be run independently. Refs #21164. | |||
| 2013-08-14 | Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail() | SusanTan | |
| Thanks Jug_ for suggestion, john_scott for the initial patch, and Tim Graham for code review. | |||
| 2013-06-29 | More import removals | Claude Paroz | |
| Following the series of commits removing deprecated features in Django 1.7, here are some more unneeded imports removed and other minor cleanups. | |||
| 2013-06-28 | Removed custom profile model functionality as per deprecation TL. | Ramiro Morales | |
| 2013-06-27 | Fixed #20541 -- don't raise db signals twice when creating superuser | Anton Baklanov | |
| 2013-06-18 | Fixed #20079 -- Improve security of password reset tokens | Erik Romijn | |
| 2013-04-02 | Modified auth to work with unittest2 discovery. | Preston Timmons | |
