Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/startapp.py
Commit message (Expand)AuthorAgeFilesLines
* Converted remaining management commands to argparseClaude Paroz2014-06-141-1/+3
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+2
* Fixed #19125 -- The startproject command should validate ...Claude Paroz2013-01-241-2/+1
* Fixed #17042 -- Extended startproject and startapp manage...Jannis Leidel2011-12-221-16/+13
* Fixed #17099 -- Removed an out-of-date warning and some u...Carl Meyer2011-10-241-20/+1
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-1/+2
* Fixed #6654 -- Slightly refactored the way 'startproject'...Adrian Holovaty2008-06-161-2/+11
* Wrapped some long lines and orginized imports.Gary Wilson Jr2007-10-271-4/+8
* Fixed #5824 -- For the `startapp` command, pass the true ...Gary Wilson Jr2007-10-271-5/+4
* Refs #5690 -- Changed path joining to use `os.pardir` ins...Gary Wilson Jr2007-10-061-1/+1
* Fixed bug in django.core.management.base.copy_helper, rel...Adrian Holovaty2007-08-161-1/+1
* Improved error handling for management.py commands, espec...Russell Keith-Magee2007-08-161-6/+7
* Fixed #5179 -- Added missing kwargs to startapp command. ...Russell Keith-Magee2007-08-161-2/+2
* Major refactoring of django.core.management -- it's now a...Adrian Holovaty2007-08-161-0/+33