Re: Problem with creating a one-to-one instance

2013-04-19 Thread Carsten Fuchs
Hi Jacob, hi Florian, Am 19.04.2013 18:18, schrieb Jacob Kaplan-Moss: Unfortunately, we can't help you. Django-developers isn't a "second level" for django-users; they're completely different lists. The purpose of this list is to discuss the development of Django itself, not answer user question

Re: Problem with creating a one-to-one instance

2013-04-19 Thread Florian Apolloner
Hi Carsten, first of all, django-dev is not a second level support list, so for the future please refrain from posting here just because you get no answer on the user list. As for the issue on hand, try accessing ma.vbp_id after you assign the instance, this should give you some clues. Cheers,

Re: Problem with creating a one-to-one instance

2013-04-19 Thread Jacob Kaplan-Moss
Hi Carsten - On Fri, Apr 19, 2013 at 10:43 AM, Carsten Fuchs wrote: > sorry to bother you here, but I posted to django-users first > (https://groups.google.com/d/msg/django-users/WHnCxHkEVjE/9puR4youvwsJ) and > there was no reply, so please let me re-try here: Unfortunately, we can't help you. D

Problem with creating a one-to-one instance

2013-04-19 Thread Carsten Fuchs
Dear Django devs, sorry to bother you here, but I posted to django-users first (https://groups.google.com/d/msg/django-users/WHnCxHkEVjE/9puR4youvwsJ) and there was no reply, so please let me re-try here: I'm probably overlooking something very simple, but still cannot explain what the code be