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
7:44 PM To: Django users Subject: Possible bug Django 2.0 CreateView generic CBV I hope I've got the right group this time. I originally posted it on Django core membership but Tim Graham emailed me to say it was the wrong group. I am very new to Django - been at it for five weeks. Not