mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 20:41:56 +00:00
RoutablePageMixin.subpage_urls no longer used (#2586)
This commit is contained in:
parent
703ee3edf5
commit
7d58b677ca
1 changed files with 0 additions and 3 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue