Skip to content

Commit

Permalink
🎨 Introduce ValidateFields
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Nov 15, 2024
1 parent c6db3a6 commit 1bf2dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion findrefs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
Record,
TracksRun,
TracksUpdates,
ValidateFields,
)


class Reference(Record, CanValidate, TracksRun, TracksUpdates):
class Reference(Record, CanValidate, TracksRun, TracksUpdates, ValidateFields):
"""References such as a publication or document, with unique identifiers and metadata.
Example:
Expand Down

0 comments on commit 1bf2dcd

Please sign in to comment.