ibmdb / python-ibmdb-django

IBM DB2 Driver for the Django application Framework
Apache License 2.0
29 stars 42 forks source link

Migration does not work for ManyToMany field with through table. #35

Closed Spajderix closed 3 years ago

Spajderix commented 6 years ago

ManyToMany field will work without issues, but when intermediate model is specified via through option, the resulting model will not migrate.

Python 3.4.8 DB2 V11.1 Django 2.0.9
ibm-db 2.0.8a0 ibm-db-django 1.2.0.0

Vyshakh18 commented 5 years ago

@Spajderix Are you still facing this issue?

praveen-db2 commented 3 years ago

Its working with support for Django 2.2 and 3.1. Hence closing this.