RoutablePageMixin.subpage_urls no longer used (#2586)

pull/2587/head
Karl Hobley 2016-05-10 14:23:22 +01:00
rodzic 703ee3edf5
commit 7d58b677ca
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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 = []