django1/django/core/management
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
..
commands Wrapped some long lines and orginized imports. 2007-10-27 16:09:52 +00:00
__init__.py Added to docstring of `setup_environ` about what the function returns. 2007-10-27 16:03:24 +00:00
base.py Removed unneeded use of `len()` in a couple expressions. 2007-10-13 18:45:49 +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 Fixed #3265 -- Made it a validation error to have field names with trailing 2007-10-21 21:53:18 +00:00