mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 01:06:11 -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.
|
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user