hello,

in my models.py i have two classes related as many-to-many. if i add a
ManyToManyField to one of the models, and run manage.py reset or
syncdb, and then move the field to the other model (which functionally
makes no difference) and run manage.py reset again, it fails to reset
the database because it tries to remove tables in a wrong order. is
this a bug? should i open a ticket?

in general it seems that the code that resets the database uses the
models and not the database itself to find the table dependencies when
removing tables. which i think is wrong...

konstantin


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to