Merge branch 'issue/1671' of https://github.com/kaedroho/wagtail into kaedroho-issue/1671

This commit is contained in:
Matt Westcott 2015-10-14 17:23:49 +01:00
commit e946215817

View file

@ -37,6 +37,9 @@ class BaseAPIEndpoint(GenericViewSet):
'fields',
'order',
'search',
# Used by jQuery for cache-busting. See #1671
'_',
])
extra_api_fields = []
name = None # Set on subclass.