#8681: Uncaught exception in django/db/models/base.py: UnboundLocalError
-----------------------------------------------+----------------------------
Reporter: HM <[EMAIL PROTECTED]> | Owner: nobody
Status: new | Milestone:
Component: Core framework | Version: SVN
Resolution: | Keywords: models,
onetoonefield
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-----------------------------------------------+----------------------------
Comment (by anonymous):
Ah. I hadn't discovered the cause in my own code when I made the ticket.
{{{
parent_model = None
object, created =
ModelWithOneToOneField.objects.get_or_create(theonetoonefield=parent_model)
}}}
This is renamed from the original version. "parent_model" is None because
of a screw up when attempting to save it for the first time.
"theonetoonefield" was also set as the primary key of
ModelWithOneToOneField, so very understandable that *something* went
wrong.
--
Ticket URL: <http://code.djangoproject.com/ticket/8681#comment:2>
Django Code <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
-~----------~----~----~----~------~----~------~--~---