mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 08:46:10 -06:00
Correct generic relation name
This commit is contained in:
parent
1fee71d67d
commit
9874c52577
@ -309,7 +309,7 @@ class BookmarksMixin(models.Model):
|
||||
"""
|
||||
Enables support for user bookmarks.
|
||||
"""
|
||||
images = GenericRelation(
|
||||
bookmarks = GenericRelation(
|
||||
to='extras.Bookmark',
|
||||
content_type_field='object_type',
|
||||
object_id_field='object_id'
|
||||
|
Loading…
Reference in New Issue
Block a user