Changes between Initial Version and Version 1 of Ticket #25253, comment 16
- Timestamp:
- Jul 2, 2019, 5:46:15 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25253, comment 16
initial v1 1 The issue in this ticket is still happening for me on Django 2.1.9 onPostgres. Adding `blank=True` to a `ManyToManyField` drops the FK constraints on the join table and creates them back, exactly as described.1 The issue in this ticket is still happening for me on Django 2.1.9 with Postgres. Adding `blank=True` to a `ManyToManyField` drops the FK constraints on the join table and creates them back, exactly as described. 2 2 3 3 This ticket hasn't been touched in a couple of years so I'm going to deassign it. I hope this is the right thing to do here, I'm new to the Django community :)