Re: MultiValueDictKeyError in Django 1.6

2014-08-27 Thread Mike Dewhirst
On 28/08/2014 10:26 AM, Collin Anderson wrote: are you using a custom template or a custom form? That was it. Thank you very much Collin Cheers Mike -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r

Re: MultiValueDictKeyError in Django 1.6

2014-08-27 Thread Collin Anderson
are you using a custom template or a custom form? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this grou

MultiValueDictKeyError in Django 1.6

2014-08-27 Thread Mike Dewhirst
On updating from Django 1.5 to 1.6 I'm seeing MultiValueDictKeyError (see below) on saving a fairly complex set of linked models in the Admin whether anything actually changed or not. Postgres 9.1 Python 2.7 and 3.4 Apache on Ubuntu 12.04 and manage.py runserver on Windows 8.1 Downgrading to 1