Remove todos in API

master
Nick Sergeant 2012-06-28 14:28:26 -07:00
parent fa32388e97
commit 041cac945b
1 changed files with 0 additions and 3 deletions

View File

@ -77,7 +77,6 @@ class PublicSniptResource(ModelResource):
allowed_methods = ['get']
filtering = { 'user': 'exact', }
ordering = ['created', 'modified',]
# TODO max_limit does not work.
max_limit = 200
cache = SimpleCache()
@ -169,7 +168,6 @@ class PrivateSniptResource(ModelResource):
authentication = ApiKeyAuthentication()
authorization = Authorization()
ordering = ['created', 'modified',]
# TODO max_limit does not work.
max_limit = 200
always_return_data = True
cache = SimpleCache()
@ -265,7 +263,6 @@ class PrivateFavoriteResource(ModelResource):
authentication = ApiKeyAuthentication()
authorization = Authorization()
ordering = ['created',]
# TODO max_limit does not work.
max_limit = 200
always_return_data = True
cache = SimpleCache()