Changes between Version 4 and Version 5 of Ticket #35129, comment 4


Ignore:
Timestamp:
Jan 19, 2024, 10:18:16 AM (8 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35129, comment 4

    v4 v5  
    4646    class Meta:
    4747        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            )
    4951        ]
    5052}}}
Back to Top