django1/django/core/management
Gary Wilson Jr 928e68192c Some Django coding style fixes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6478 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-13 15:59:54 +00:00
..
commands Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`. 2007-10-06 02:23:59 +00:00
__init__.py Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`. 2007-10-06 02:23:59 +00:00
base.py Fixed #5516 -- Added the ability for applications to define their own management commands. Pieces of this patch taken from a contribution by Todd O'Bryan. Thanks Todd. 2007-09-21 16:19:20 +00:00
color.py Some Django coding style fixes. 2007-10-13 15:59:54 +00:00
sql.py Fixed two more instances of bug #4827 in the management code. 2007-09-15 17:56:36 +00:00
validation.py Negligible formatting change to [6211] 2007-09-14 22:49:01 +00:00