#10411: Updates do not work with GeometryFields
-------------------------------+--------------------------------------------
          Reporter:  jbronn    |         Owner:  mtredinnick           
            Status:  new       |     Milestone:  1.1                   
         Component:  GIS       |       Version:  1.0                   
        Resolution:            |      Keywords:  gis update geoqueryset
             Stage:  Accepted  |     Has_patch:  1                     
        Needs_docs:  0         |   Needs_tests:  0                     
Needs_better_patch:  0         |  
-------------------------------+--------------------------------------------
Comment (by jbronn):

 Modified your patch in some very small ways.  First, had to put regression
 tests last in order because `UPDATE` changes default ordering and will
 cause `make_line` test to fail.  Also, had to revert the regression tests
 to using `unittest.TestCase` (instead of `django.test.TestCase`), or else
 tests would fail in MySQL.  My hunch is that these were caused by a mixing
 of test transaction between the Django and unittest's `TestCase` -- a
 separate issue from fixing `update`.

 Regardless, these changes amounted to just small tweaks on the original
 patch; v2 was generated with `svn diff`.

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