RoutablePageMixin.subpage_urls no longer used (#2586)

This commit is contained in:
Karl Hobley 2016-05-10 14:23:22 +01:00
parent 703ee3edf5
commit 7d58b677ca

View file

@ -35,9 +35,6 @@ class RoutablePageMixin(object):
This class can be mixed in to a Page model, allowing extra routes to be
added to it.
"""
#: Set this to a tuple of ``django.conf.urls.url`` objects.
subpage_urls = None
@classmethod
def get_subpage_urls(cls):
routes = []