mirror of
https://github.com/django/django.git
synced 2025-03-12 02:12:38 +00:00
An explicit intermediary many-to-many relationship must declare forward and reverse foreign keys. The original issue was in the autodetector as these operations shouldn't have been generated in this order in the first place which is tested by AutodetectorTests.test_create_with_through_model.