#4656: Allow In-depth serialization by specifying depth to follow relationship
---------------------------------------------+------------------------------
          Reporter:  jay.m.mar...@gmail.com  |         Owner:  nobody  
            Status:  new                     |     Milestone:  post-1.0
         Component:  Serialization           |       Version:  SVN     
        Resolution:                          |      Keywords:  feature 
             Stage:  Accepted                |     Has_patch:  0       
        Needs_docs:  0                       |   Needs_tests:  0       
Needs_better_patch:  0                       |  
---------------------------------------------+------------------------------
Changes (by datavortex):

 * cc: datavor...@datavortex.net (added)

Comment:

 I am also using the extras functionality to serialize non-field properties
 of models, and I do think this feature is generally useful enough to be
 included in Django.  In my case, my application uses two datastores for
 its information, and the django models are supplemented with information
 from the second datastore.  Sometimes I want to serialize these properties
 and sometimes I don't.  The ability to use the extras argument solves my
 problem.

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