#1843: syncdb should create intermediary tables
-----------------------------+----------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: closed
Priority: normal | Milestone:
Component: django-admin.py | Version:
Severity: normal | Resolution: fixed
Keywords: |
-----------------------------+----------------------------------------------
Changes (by mtredinnick):
* resolution: => fixed
* status: new => closed
Comment:
This looks to have been fixed since being filed. If you add a new model to
an application and that new model contains a !ManyToManyField, we
correctly create the intermediate table. The syncdb command will not
create the intermediate table if you add a new field to an existing model,
but that is because it does not handle model changes -- only creating new
models (we don't include the new field either in that case).
--
Ticket URL: <http://code.djangoproject.com/ticket/1843>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---