Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/diffsettings.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23968 -- Replaced list comprehension with ↵Jon Dufresne2014-12-081-1/+1
| | | | generators and dict comprehension
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-3/+3
|
* Converted remaining management commands to argparseClaude Paroz2014-06-141-8/+5
|
* Fixed #16905 -- Added extensible checks (nee validation) ↵Russell Keith-Magee2014-01-201-1/+1
| | | | | | | | | | | framework This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
|
* Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin2013-03-181-3/+13
|
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-3/+1
|
* Fixed #12655 - diffsettings command now returns the diff ↵Jannis Leidel2010-02-221-1/+1
| | | | | | instead of printing. Thanks, jobscry. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12463 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Final piece (he says, hopefully) of r9945 changes.Malcolm Tredinnick2009-03-031-2/+2
| | | | | | This time, "django-admin.py diffsettings" is fixed. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Improved error handling for management.py commands, ↵Russell Keith-Magee2007-08-161-3/+3
| | | | | | especially for no argument or non-applabel argument commands. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Major refactoring of django.core.management -- it's now ↵Adrian Holovaty2007-08-161-0/+32
a package rather than a 1730-line single module. All django-admin/manage.py commands are now stored in separate modules. This is backwards-incompatible for people who used django.core.management functions directly git-svn-id: http://code.djangoproject.com/svn/django/trunk@5898 bcc190cf-cafb-0310-a4f2-bffc1f526a37