Hello,
as I promised a week ago, I'm posting a draft of my proposal. It is
far from complete, specifically, it does not contain technical details
on how things are going to be implemented. I'll try to fill these in
as soon as possible, although I wrote more on most of them in my
previous emails to
Hi everyone,
This is about ticket (https://code.djangoproject.com/ticket/13794) where
inline formsets don't respect a foreign key's to_field. I've written about
this issue before, even tried a 5 for 1 but I'm having a hard time getting
feedback on it. This bug doesn't just affect django admin b
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
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,
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
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
On Fri, Apr 19, 2013, Russell Keith-Magee wrote:
>> So should the advice be to treat message template output as a site-wide
>> feature, or as an application-related feature?
>
>I'm not sure I see why this is something that Django needs to state an
>opinion on. Django deals with the issue at the s
On Thu, Apr 18, 2013 at 8:07 PM, Daniele Procida wrote:
> <
> https://docs.djangoproject.com/en/dev/ref/contrib/messages/#displaying-messages>
> could be expand to provide more guidance on how to implement this.
>
> For example, should messages be dealt with at the site template level, or
> at th