django1/django/core/management
Russell Keith-Magee a52f1dd95c [1.1.X] Fixed #11226 -- Corrected an validation edge case with m2m relations between two models with the same class name. Thanks to pkoch for the report, and to Ramiro Morales for the patch.
Backport of r12489 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-26 11:12:14 +00:00
..
commands [1.1.X] Fixed #12655 - diffsettings command now returns the diff instead of printing. Thanks, jobscry. 2010-02-22 00:43:29 +00:00
__init__.py Fixed #9751: admin scripts now calculate the project directory correctly when the settings module is a directory with an ``__init__.py``. Thanks to Eric Holscher. 2009-05-12 21:45:03 +00:00
base.py Fixed #11621 - don't copy .pyo and .py.class files from example app/project 2009-09-10 15:06:04 +00:00
color.py Fixed #8100: Jython, apparently, is now a TTY. 2008-08-08 18:51:34 +00:00
sql.py [1.1.X] Fixed #11969 -- `Field.post_create_sql` hook should not be called for unmanaged models. Thanks, jtiai for report. 2010-01-27 23:52:15 +00:00
validation.py [1.1.X] Fixed #11226 -- Corrected an validation edge case with m2m relations between two models with the same class name. Thanks to pkoch for the report, and to Ramiro Morales for the patch. 2010-02-26 11:12:14 +00:00