#5610: Useful for dumpdata to be able to use a specific model
-----------------------------+----------------------------------------------
   Reporter:  DavidReynolds  |                Owner:  DavidReynolds  
     Status:  new            |            Component:  django-admin.py
    Version:  SVN            |           Resolution:                 
   Keywords:                 |                Stage:  Accepted       
  Has_patch:  1              |           Needs_docs:  0              
Needs_tests:  0              |   Needs_better_patch:  0              
-----------------------------+----------------------------------------------
Changes (by DavidReynolds):

  * has_patch:  0 => 1

Comment:

 Patch adds the functionality, not sure how good the patch is.

 Also, it has the ability for you to be able to dump overlapping data,
 which I'm not certain is useful or not. For example if you did:

 {{{
 ./manage.py dumpdata product.Category product
 }}}

 You'd get 2 copies of product.Category

 I'm sure I can fix this, but just wondered what people's opinions were on
 whether it needs fixing or not.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5610#comment:5>
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