Alex Gaynor
|
7548aa8ffd
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
Aymeric Augustin
|
20a91cce04
|
Fixed #17037 -- Added a --all option to diffsettings.
|
2013-03-18 00:03:58 +01:00 |
Aymeric Augustin
|
ee191715ea
|
[py3] Fixed access to dict keys/values/items.
|
2012-08-07 12:00:22 +02:00 |
Jannis Leidel
|
d2d8b79319
|
Fixed #12655 - diffsettings command now returns the diff instead of printing. Thanks, jobscry.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12463 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-02-21 23:39:27 +00:00 |
Malcolm Tredinnick
|
7b55da0501
|
Final piece (he says, hopefully) of r9945 changes.
This time, "django-admin.py diffsettings" is fixed.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-03-03 02:48:02 +00:00 |
Russell Keith-Magee
|
83f5f700b0
|
Improved error handling for management.py commands, 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
|
2007-08-16 14:34:01 +00:00 |
Adrian Holovaty
|
01adbb55e6
|
Major refactoring of django.core.management -- it's now 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
|
2007-08-16 06:06:55 +00:00 |