django1/django/core/management
Malcolm Tredinnick 0ffeb3a42f Fixed "django-admin.py --version" so that it doesn't print the version string
twice.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6591 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-21 22:06:52 +00:00
..
commands Removed unneeded use of `len()` in a couple expressions. 2007-10-13 18:45:49 +00:00
__init__.py Fixed "django-admin.py --version" so that it doesn't print the version string 2007-10-21 22:06:52 +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