After upgrading from 1.8.8 to 1.9.2 migration applies succesfully but ends with an error

2016-02-08 Thread Richard la Croix
I just upgraded from 1.8.8 to 1.9.2 and using Python version 3.4.3. The included Django migrations (admin.0002_logentry_remove_auto_add and auth.0007_alter_validators_add_error_messages) applied succesfully. The following migration of a model update failed with error: TypeError: can't multipl

Re: After upgrading from 1.8.8 to 1.9.2 migration applies succesfully but ends with an error

2016-02-08 Thread Tim Graham
Last time I checked, mysql.connector hasn't issued a release that's compatible with Django 1.9. On Monday, February 8, 2016 at 7:37:36 AM UTC-5, Richard la Croix wrote: > > I just upgraded from 1.8.8 to 1.9.2 and using Python version 3.4.3. > > The included Django migrations (admin.0002_logentry_