rename base-class to reflect mixin nature
This commit is contained in:
committed by
Michael van Tellingen
parent
4e61ff0d08
commit
f693e62bbf
@@ -82,7 +82,7 @@ class Segment(ClusterableModel):
|
||||
return segment_rules
|
||||
|
||||
|
||||
class AbstractPersonalisablePage(models.Model):
|
||||
class PersonalisablePageMixin(models.Model):
|
||||
"""The personalisable page model. Allows creation of variants with linked
|
||||
segments.
|
||||
|
||||
@@ -159,4 +159,4 @@ def get_edit_handler(cls):
|
||||
return edit_handler.bind_to_model(cls)
|
||||
|
||||
|
||||
AbstractPersonalisablePage.get_edit_handler = get_edit_handler
|
||||
PersonalisablePageMixin.get_edit_handler = get_edit_handler
|
||||
|
Reference in New Issue
Block a user