* status: new => closed
* resolution: => invalid
Comment:
I'm sorry but it is support question and Trac is not a support channel.
> ValueError: The database backend does not accept 0 as a value for
AutoField.
I'm not sure how we could be clearer here. 0 doesn't work for auto
increment fields on MySQL without the `NO_AUTO_VALUE_ON_ZERO` SQL mode.
> MySQLdb.OperationalError: (1050, "Table 'testapp_modelz' already
exists")
MySQL doesn't support roll back DDL operations in a transaction.
--
Ticket URL: <https://code.djangoproject.com/ticket/34546#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.