#14161: GeoDjango autofield makes transaction fail
----------------------------------------------------+-----------------------
Reporter: [email protected] | Owner: nobody
Status: closed | Milestone:
Component: GIS | Version: 1.2
Resolution: fixed | Keywords: postGIS,
autofield, geodjango
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------------------+-----------------------
Changes (by [email protected]):
* status: new => closed
* needs_better_patch: => 0
* resolution: => fixed
* needs_tests: => 0
* needs_docs: => 0
Comment:
I'm look at this at the moment while I was debugging django code to see If
I could see where the bug is and submit a patch.
The bug of course is in my code. I should be doing:
{{{
spot = Spot(code="park", poly=Point(10,10))
spot.save()
}}}
which I'm pretty sure I tried yesterday night and didn't work, but I guess
I misspelled something and I didn't notice (late hacking). This is such
dumb ticket. I'm very sorry about it, please delete it.
--
Ticket URL: <http://code.djangoproject.com/ticket/14161#comment:1>
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.