django1/django/core/management
Jacob Kaplan-Moss 50bf567675 Fixed #6374: cross-app and circular FK constraints are now detected and added correctly. Thanks, dready.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-10 22:18:50 +00:00
..
commands Fixed #6374: cross-app and circular FK constraints are now detected and added correctly. Thanks, dready. 2008-03-10 22:18:50 +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 Fixed #6223 -- When determining if terminal supports color, don't call `isatty` if it doesn't exist, thanks mamadou. 2008-03-08 03:12:27 +00:00
sql.py Fixed #6374: cross-app and circular FK constraints are now detected and added correctly. Thanks, dready. 2008-03-10 22:18:50 +00:00
validation.py Fixed #3323 -- More robust error handling for related objetcs. Thanks, Greg 2007-12-02 18:10:07 +00:00