1
0
mirror of https://github.com/django/django.git synced 2024-12-28 03:55:50 +00:00
django/django/core/management
2007-12-17 11:09:56 +00:00
..
commands Fixed [6932] so that "django-admin.py help dumpdata" works again. 2007-12-17 11:09:56 +00:00
__init__.py Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't figured out yet 2007-12-04 05:53:33 +00:00
base.py Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (which 2007-12-17 11:09:32 +00:00
color.py Some Django coding style fixes. 2007-10-13 15:59:54 +00:00
sql.py Generic relations should not try to drop their related table in "sqlreset". 2007-12-17 06:02:35 +00:00
validation.py Fixed #3323 -- More robust error handling for related objetcs. Thanks, Greg 2007-12-02 18:10:07 +00:00