Changes between Version 4 and Version 5 of Ticket #35129, comment 4
- Timestamp:
- Jan 19, 2024, 10:18:16 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35129, comment 4
v4 v5 46 46 class Meta: 47 47 constraints = [ 48 ForeignKeyConstraint(Journal, from_fields=["journal_id"], to_fields=["issn"]) # XXX: This currently doesn't exist but it could 48 ForeignKeyConstraint( # XXX: This currently doesn't exist but it could 49 Journal, from_fields=["journal_id"], to_fields=["issn"] 50 ) 49 51 ] 50 52 }}}