Gary Wilson Jr
|
1a3bca2b84
|
Wrapped some long lines and orginized imports.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-10-27 16:09:52 +00:00 |
Gary Wilson Jr
|
62c574e765
|
Fixed #5824 -- For the `startapp` command, pass the true project name to the `copy_helper` function instead of the name of the project's parent directory.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-10-27 16:05:59 +00:00 |
Gary Wilson Jr
|
d2952d47ce
|
Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-10-06 02:23:59 +00:00 |
Adrian Holovaty
|
e8cae6f96d
|
Fixed bug in django.core.management.base.copy_helper, related to refactoring in [5903]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5907 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-16 19:14:09 +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 |
Russell Keith-Magee
|
296d8d4553
|
Fixed #5179 -- Added missing kwargs to startapp command. Thanks for the report, Vsevolod Solovyov <vsevolod.solovyov@gmail.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-16 13:41:42 +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 |