Changes between Initial Version and Version 1 of Ticket #6445, comment 5
- Timestamp:
- Mar 21, 2019, 9:56:37 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6445, comment 5
initial v1 13 13 group = models.ForeignKey(Group, default=const_my_group, on_delete=models.PROTECT) 14 14 }}} 15 16 EDIT: I don't want to spam a bunch of tickets with one issue, but it may actually be a reversion of this behavior: 17 18 - https://code.djangoproject.com/ticket/25129