llowing description is
> > too bare-bones for anyone to reproduce, but I have IP to protect,
> > and I don't have much hope of the error being reproduced anyway.
> >
> > Suppose I have a Django project with at least two apps, app alice
> > with mode
duce, but I have IP to protect,
and I don't have much hope of the error being reproduced anyway.
Suppose I have a Django project with at least two apps, app alice
with model A and app bob with model B.
I am using UpdateWithInlinesView from django-extra-views. The
error occurs
ast two apps, app alice with
> model A and app bob with model B.
>
> I am using UpdateWithInlinesView from django-extra-views. The error occurs
> when this view constructs a formset from instances of model A. In my email
> about the 500, I get a message like this:
>
> F
to protect, and I don't
> have much hope of the error being reproduced anyway.
>
> Suppose I have a Django project with at least two apps, app alice with
> model A and app bob with model B.
>
> I am using UpdateWithInlinesView from django-extra-views. The error occurs
or anyone to reproduce, but I have IP to protect, and I don't
> have much hope of the error being reproduced anyway.
>
> Suppose I have a Django project with at least two apps, app alice with
> model A and app bob with model B.
>
> I am using UpdateWithInlinesView from d
gt;> Now for the bug. I understand that the following description is too
>>> bare-bones for anyone to reproduce, but I have IP to protect, and I don't
>>> have much hope of the error being reproduced anyway.
>>>
>>> Suppose I have a Django project with at le
gt;> Now for the bug. I understand that the following description is too
>>>> bare-bones for anyone to reproduce, but I have IP to protect, and I don't
>>>> have much hope of the error being reproduced anyway.
>>>>
>>>> Suppose I have a Django proj
t with at least two apps, app alice with
>> model A and app bob with model B.
>>
>> I am using UpdateWithInlinesView from django-extra-views. The error
>> occurs when this view constructs a formset from instances of model A. In my
>> email about the 500, I get a messa
to protect, and I don't
> have much hope of the error being reproduced anyway.
>
> Suppose I have a Django project with at least two apps, app alice with
> model A and app bob with model B.
>
> I am using UpdateWithInlinesView from django-extra-views. The error occurs
> w
A and app bob with model B.
I am using UpdateWithInlinesView from django-extra-views. The error occurs
when this view constructs a formset from instances of model A. In my email
about the 500, I get a message like this:
FieldError at /some/url/
Cannot resolve keyword 'field_of_A' int
Sorted out!
path('nova/', views.CreatePerson.as_view(), name='CreatePerson'),
Em qua, 30 de out de 2019 às 14:27, Elias Coutinho
escreveu:
> Good afternoon friends!
>
> I need your help on this issue.
>
> I'm trying to use this lib:
>
> http
Good afternoon friends!
I need your help on this issue.
I'm trying to use this lib:
https://github.com/AndrewIngram/django-extra-views
Specifically CreateWithInlinesView or UpdateWithInlinesView
Then I created the view like this:
from extra_views import CreateWithInline
Hola,
django-extra-views is a really good app for CBVs with FormSets (after
I wasted hours on another solution).
While reading the docs, I came across the NamedFormsetsMixin
https://github.com/AndrewIngram/django-extra-views#other-bits-of-functionality
which I thought looked nice, and
13 matches
Mail list logo