Re: Possible bug Django 2.0 CreateView generic CBV

2017-12-29 Thread Etienne Robillard
Hi Steven, Could you put a "import pdb; pdb.set_trace()" somewhere in your code? This way it would be pretty easy to inspect where the code is breaking. Besides, why upgrading to Class-based-views if your previous Django 1.11 implementation was working fine? HTH Etienne Le 2017-12-28 à

RE: Possible bug Django 2.0 CreateView generic CBV

2017-12-28 Thread Matthew Pava
The problem is in your HTML template. Your form tag really only has to be this (the action attribute should be a URL; otherwise, it assumes the current URL): From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Steven Meyer Sent: Thursday, December 28, 2017 7