Re: [Django] #11823: Flush command should allow to choose send/not send syncdb signal and call/not call loaddata command

2009-09-03 Thread Django
#11823: Flush command should allow to choose send/not send syncdb signal and
call/not call loaddata command
+---
  Reporter:  kapa77 | Owner:  nobody   
Status:  closed | Milestone:   
 Component:  Uncategorized  |   Version:  1.1  
Resolution:  duplicate  |  Keywords:  flush command
 Stage:  Unreviewed | Has_patch:  1
Needs_docs:  0  |   Needs_tests:  0
Needs_better_patch:  0  |  
+---
Changes (by russellm):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => duplicate
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 At the core, this is really a duplicate of #7052. Changing the behaviour
 of flush isn't the solution. We need to fix the real problem - handling
 serialization and deserialization of data that is created dynamically
 during synchronization.

-- 
Ticket URL: 
Django 
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
-~--~~~~--~~--~--~---



[Django] #11823: Flush command should allow to choose send/not send syncdb signal and call/not call loaddata command

2009-09-03 Thread Django
#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: 
Django 
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
-~--~~~~--~~--~--~---