Hi,

I'm migrating my app to 1.7 and to builtin django migrations from south, I 
need something like this:

http://south.readthedocs.org/en/latest/databaseapi.html#db-delete-foreign-key

how to remove a foreign key using django builtin migration api?

Please note that my purpose is to remove the foreign key and then add it 
back with "ON DELETE CASCADE" constraint, actually I use the south api to 
remove the foreign key and then database specific sql to add it with the 
constraint I need. I would like to avoid to use sql specific code to find 
the foreign key too,

thanks
Nicola

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7111b53e-a435-40d5-ac9e-703df77b6a30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to