Skip to content

Commit

Permalink
fix(apis_metainfo): register the rootobject with reversion
Browse files Browse the repository at this point in the history
This has to be done so we can follow the inheritance upwards using the
reversion extension.
  • Loading branch information
b1rger committed Sep 21, 2023
1 parent ee27538 commit b7217b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis_core/apis_metainfo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
from apis_highlighter.models import Annotation


@reversion.register()
class RootObject(models.Model):
"""
The very root thing that can exist in a given ontology. Several classes inherit from it.
Expand Down

0 comments on commit b7217b9

Please sign in to comment.