#5610: Useful for dumpdata to be able to use a specific model
--------------------------+-------------------------------------------------
Reporter:  DavidReynolds  |       Owner:  nobody       
  Status:  new            |   Component:  Uncategorized
 Version:  SVN            |    Keywords:               
   Stage:  Unreviewed     |   Has_patch:  0            
--------------------------+-------------------------------------------------
 It would be useful if ./manage.py dumpdata was able to take optional model
 parameters for dumping a specific models data. For example:

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

 Would output only data related to the Category model in the product
 application.

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