#18306: Deferred models should automatically issue update_fields when saving
-------------------------------------+-------------------------------------
     Reporter:  akaariai             |                    Owner:  akaariai
         Type:                       |                   Status:  new
  Cleanup/optimization               |                  Version:  master
    Component:  Database layer       |               Resolution:
  (models, ORM)                      |             Triage Stage:  Accepted
     Severity:  Normal               |      Needs documentation:  0
     Keywords:                       |  Patch needs improvement:  1
    Has patch:  1                    |                    UI/UX:  0
  Needs tests:  0                    |
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by akaariai):

 Could you check the queries with https://github.com/django/django/pull/80
 - it contains some changes which should reduce the need for queries in
 inheritance cases, and IIRC the tests I added relied on this.

 One way to check this is to create a new branch from your local
 development branch of this feature ("git checkout -b test_with_pull_80"
 when in the local dev branch), then do "curl
 https://github.com/django/django/pull/80.patch |git am" and run the tests
 again.

 Don't update your pull request or your local development branch directly
 with the pull-80 stuff, it should be handled separately.

 I don't have time to look into the patch in detail just now.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18306#comment:10>
Django <https://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