Correct generic relation name

This commit is contained in:
Jeremy Stretch 2023-06-29 07:55:40 -04:00
parent 1fee71d67d
commit 9874c52577

View File

@ -309,7 +309,7 @@ class BookmarksMixin(models.Model):
""" """
Enables support for user bookmarks. Enables support for user bookmarks.
""" """
images = GenericRelation( bookmarks = GenericRelation(
to='extras.Bookmark', to='extras.Bookmark',
content_type_field='object_type', content_type_field='object_type',
object_id_field='object_id' object_id_field='object_id'