django1/django/core/management
Aymeric Augustin 119e188717 Upgraded manage.py cleanup to be compatible with time zone support. See also r17121.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-20 11:04:37 +00:00
..
commands Upgraded manage.py cleanup to be compatible with time zone support. See also r17121. 2011-11-20 11:04:37 +00:00
__init__.py Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks. 2011-10-13 05:56:15 +00:00
base.py Fixed #11118 -- Made management command BaseCommand restore locale after execution. 2011-11-07 11:28:31 +00:00
color.py Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-) 2010-02-03 00:34:49 +00:00
sql.py Kill some more dead code. 2011-09-10 22:46:44 +00:00
validation.py Fix #16570: Restore ability to have decimal fields where max_digits equals decimal_places. Thanks dcwatson and kenth. 2011-11-12 19:53:56 +00:00