#31394: Impossible to create with an inverse one-to-one relationship.
-------------------------------------+-------------------------------------
Reporter: Pascal de Sélys | Owner: nobody
Type: Bug | Status: closed
Component: Database layer | Version: 2.2
(models, ORM) |
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by felixxm):
* status: new => closed
* resolution: => invalid
Comment:
`W342` is a warning you can always ignore it. You can also create a
`Bar()` manually, e.g.
{{{
if created:
from app2.models import Bar
Bar.objects.create(foo=self)
}}}
Please use one of
[https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
support channels] if you have any further questions.
--
Ticket URL: <https://code.djangoproject.com/ticket/31394#comment:3>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/064.62a55bd8ce544338887584ac1989e361%40djangoproject.com.