#6011: manage.py flush command not working as advertised
-------------------------------------------------+--------------------------
   Reporter:  Collin Grady <[EMAIL PROTECTED]>  |                Owner:  nobody 
        
     Status:  new                                |            Component:  
django-admin.py
    Version:  SVN                                |           Resolution:        
         
   Keywords:                                     |                Stage:  
Accepted       
  Has_patch:  0                                  |           Needs_docs:  0     
         
Needs_tests:  0                                  |   Needs_better_patch:  0     
         
-------------------------------------------------+--------------------------
Changes (by russellm):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Flush is intended to return the database to a post-sync state. It is used
 extensively by the testing system for this reason. In this case, the
 documentation is at fault and the behaviour is correct.

 Reset operates on a per-app basis. As a result, cross-app references
 really mess with the reset command. I have mentioned a few times that I
 think `reset` should be deprecated, but we probably won't do so until such
 time as a schema evolution approach is introduced to trunk.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6011#comment:1>
Django Code <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 [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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to