django1/django/core/management
Russell Keith-Magee f748fa2762 Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M relations with abstract classes. Thanks to Rock Howard for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8442 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-19 14:17:24 +00:00
..
commands Fixed #7285: Improved inspectdb handling of dashes in table and field names. Thanks to redalastor@gmail.com for the report and Justin Bronn for the first part of a fix. 2008-08-16 05:03:40 +00:00
__init__.py Fixed #8239 -- Google App Engine has a restricted "imp" module, which doesn't 2008-08-17 17:35:33 +00:00
base.py Fixed #5943 -- Modified django-admin to behave like manage.py if settings are provided, either as --settings or DJANGO_SETTINGS_MODULE. Thanks to Joseph Kocherhans and Todd O'Bryan for their work on this ticket. 2008-08-10 08:42:49 +00:00
color.py Fixed #8100: Jython, apparently, is now a TTY. 2008-08-08 18:51:34 +00:00
sql.py Fixes #7845: Removed a piece of stale code that was causing ./manage.py reset to fail with apps that don't have any models. Thanks to miracle2k for the report and patch. 2008-08-16 04:11:38 +00:00
validation.py Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M relations with abstract classes. Thanks to Rock Howard for the report. 2008-08-19 14:17:24 +00:00