Tastypie cannot serialize binary fields. Exclude from PersonalApiKey resource.
- Legacy-Id: 14434
This commit is contained in:
parent
789b88d25d
commit
f28eacdd47
|
@ -90,6 +90,7 @@ class PersonalApiKeyResource(ModelResource):
|
|||
queryset = PersonalApiKey.objects.all()
|
||||
serializer = api.Serializer()
|
||||
cache = SimpleCache()
|
||||
excludes = ['salt', ]
|
||||
#resource_name = 'personalapikey'
|
||||
filtering = {
|
||||
"id": ALL,
|
||||
|
|
Loading…
Reference in a new issue