#11823: Flush command should allow to choose send/not send syncdb signal and
call/not call loaddata command
---------------------------+------------------------------------------------
 Reporter:  kapa77         |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Uncategorized  |     Version:  1.1       
 Keywords:  flush command  |       Stage:  Unreviewed
Has_patch:  1              |  
---------------------------+------------------------------------------------
 The flush command is sending syncdb signal at the end of it's run. It can
 be problematic with contenttype app installed. I have this situation:
 I have old version of app with contentype app installed, I wrote new
 version of part of my project and now i want to dumpdata from old db and
 loaddata on new db.
 There is script that ports data from old to new db. The problem id that i
 have generic relations and they have relation to content types, and when i
 run flush content type app is creating conten types in db but in different
 order than i have in my old db, and with this my generic relation are
 broken.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11823>
Django <http://code.djangoproject.com/>
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to