Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-16 Thread Alaina Rowe
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

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-16 Thread Mike Dewhirst
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

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-16 Thread lemme smash
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

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-11 Thread Alaina Rowe
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

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
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

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
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

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
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

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Integr@te System
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

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Daniel Chimeno
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

Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-06 Thread Alaina Rowe
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

Re: django-extra-views

2019-10-30 Thread Elias Coutinho
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

django-extra-views

2019-10-30 Thread Elias Coutinho
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

django-extra-views, NamedFormsetsMixin template syntax?

2013-07-21 Thread Lachlan Musicman
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