Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Aug 8, 2024
1 parent 8569c85 commit 398e1ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/segments/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class Segment(
# This defaults to 1 for newly created segments.
version = models.IntegerField(null=True)

# The related_name is not useful without specifying all_objects as a manager.
version_of = models.ForeignKey(
"self",
on_delete=models.CASCADE,
Expand Down

0 comments on commit 398e1ab

Please sign in to comment.