Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/management
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25457 -- Improved formatting of password validatio...Tzu-ping Chung2015-09-252-2/+2
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-081-1/+2
* Fixed #25089 -- Added password validation to createsuperu...Alex Becker2015-08-022-3/+33
* Removed unnecessary if statement in createsuperuser command.Tim Graham2015-08-021-7/+7
* Sorted imports in __init__.py files.Tim Graham2015-06-271-1/+1
* Fixed #24910 -- Added createsuperuser support for non-uni...Alasdair Nicol2015-06-061-8/+8
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-4/+9
* Fixed #23926 -- Improved validation error for custom perm...Joeri Bekker2015-03-161-6/+18
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-1/+1
* Revert "Fixed #24075 -- Prevented running post_migrate si...Markus Holtermann2015-02-071-5/+0
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-161-2/+3
* Fixed #24075 -- Prevented running post_migrate signals wh...Markus Holtermann2015-01-141-0/+5
* Fixed #23641 -- Moved post_migrate signals for contrib ap...wrwrwr2014-11-271-6/+4
* Use "catch" instead of "trap" for exceptions.Aymeric Augustin2014-09-081-2/+2
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+7
* Fixed #21832 -- Updated prompt, tests, and docs to show t...Anubhav Joshi2014-07-081-19/+26
* Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.Anubhav Joshi2014-07-031-1/+1
* Converted remaining management commands to argparseClaude Paroz2014-06-142-35/+27
* Fixed #22770 -- Removed create_superuser from post_migrat...Tim Graham2014-06-101-30/+1
* Fixed #22652 -- Replaced UserModel.objects with UserModel...Tim Graham2014-05-191-1/+1
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-3/+3
* Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett2014-04-101-1/+2
* Removed BaseCommand.stdin introduced in 116d39842dab25690...Baptiste Mispelon2014-02-181-1/+5
* Fixed #7423 -- Skip superuser creation when not running i...Baptiste Mispelon2014-02-171-5/+20
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Fixed #21477 -- Renamed db to using in pre/post_migrate s...Aymeric Augustin2014-01-121-7/+7
* Fix wording of auth superuser post-migrate handlerAndrew Godwin2014-01-081-1/+1
* Fixed a typo.Aymeric Augustin2013-12-291-2/+2
* Added AppConfig.get_models().Aymeric Augustin2013-12-291-3/+1
* Refactored the migration signals to use app configs.Aymeric Augustin2013-12-291-11/+16
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-2/+6
* Fixed #21627 -- Added unicode_literals to changepassword ...Jon Lønne2013-12-261-0/+2
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-4/+4
* Refactored INSTALLED_APPS overrides.Aymeric Augustin2013-12-231-8/+5
* 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
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-4/+5
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Avoided hardcoding Permission.name max_lengthTim Graham2013-10-161-2/+8
* Fixed #18866 -- added validation error for verbose_name l...joaoxsouls2013-10-141-0/+6
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-2/+3
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-1/+1
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-091-1/+2
|\
| * Fixed #9057 -- Added default_permissions model meta option.Tim Graham2013-08-091-1/+2
* | Rename allow_syncdb to allow_migrateAndrew Godwin2013-07-301-1/+1
* | Rename pre_ and post_syncdb to *_migrate, with aliases fr...Andrew Godwin2013-07-301-2/+2
|/
* Fixed #20642 -- Deprecated `Option.get_(add|change|delete...Simon Charette2013-06-251-6/+6
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0