mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23702 -- Fixed adding an explicit id field on SQLite.
Thanks gavinwahl for the report.
This commit is contained in:
@@ -11,3 +11,6 @@ Bugfixes
|
||||
|
||||
* Fixed migration's renaming of auto-created many-to-many tables when changing
|
||||
:attr:`Meta.db_table <django.db.models.Options.db_table>` (:ticket:`23630`).
|
||||
|
||||
* Fixed a migration crash when adding an explicit ``id`` field to a model on
|
||||
SQLite (:ticket:`23702`).
|
||||
|
||||
Reference in New Issue
Block a user