django1/django/core/management
Russell Keith-Magee 126ca330e2 Fixed #12712 -- Corrected a problem with synchronizing that prevented m2m tables from being created under certain circumstances. Thanks to IonelMaries for the report, and Alex Gaynor for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12597 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-26 11:26:41 +00:00
..
commands Fixed #12712 -- Corrected a problem with synchronizing that prevented m2m tables from being created under certain circumstances. Thanks to IonelMaries for the report, and Alex Gaynor for the patch. 2010-02-26 11:26:41 +00:00
__init__.py Fixed #11842 -- django-admin.py now displays usage information if invoked with no arguments. Thanks, bitprophet 2010-01-10 21:36:12 +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 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 Fixed #11969 -- `Field.post_create_sql` hook should not be called for unmanaged models. Thanks, jtiai for report. 2010-01-27 23:48:41 +00:00
validation.py Fixed #11859. Allowed subclasses of tuple or list for choice options. Thanks, Alex Gaynor. 2010-02-23 17:30:12 +00:00