#11007: Add django.db.Model.changes(self) that returns a dict of differences
---------------------------------------------------+------------------------
          Reporter:  [email protected]        |         Owner:  nobody
            Status:  new                           |     Milestone:        
         Component:  Database layer (models, ORM)  |       Version:  SVN   
        Resolution:                                |      Keywords:        
             Stage:  Design decision needed        |     Has_patch:  1     
        Needs_docs:  0                             |   Needs_tests:  0     
Needs_better_patch:  0                             |  
---------------------------------------------------+------------------------
Comment (by lukeplant):

 Replying to [comment:4 thebitguru]:
 >  One thing to point out though, this doesn't account for m2m fields.
 Should that be included in these patches?

 That's not possible, because m2m data is saved to the database
 independently of the objects own data e.g. via
 ``obj.othermodel_set.add()`` calls.

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