mirror of
https://github.com/django/django.git
synced 2025-02-08 16:35:17 +00:00
e4c0878b30
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.