From 387a3fc21d1d9b6237d23f4a508e90a296a7c789 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 13 Jul 2016 18:45:52 +0000 Subject: [PATCH] Tweaked a resource to give it the correct name in the api registry. - Legacy-Id: 11649 --- ietf/meeting/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/meeting/resources.py b/ietf/meeting/resources.py index 9f41b4a3f..ccb21d8f8 100644 --- a/ietf/meeting/resources.py +++ b/ietf/meeting/resources.py @@ -263,7 +263,7 @@ class UrlResourceResource(ModelResource): queryset = UrlResource.objects.all() serializer = api.Serializer() cache = SimpleCache() - #resource_name = 'urlresource' + resource_name = 'urlresource' filtering = { "id": ALL, "url": ALL,