Changes between Initial Version and Version 1 of Ticket #25253, comment 16


Ignore:
Timestamp:
Jul 2, 2019, 5:46:15 PM (5 years ago)
Author:
JR Heard

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 on Postgres. Adding `blank=True` to a `ManyToManyField` drops the FK constraints on the join table and creates them back, exactly as described.
     1The 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.
    22
    33This 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 :)
Back to Top