Change to not serve any personalapikey metadata. Commit ready for merge.
- Legacy-Id: 19787
This commit is contained in:
parent
54fc0364c9
commit
c1649f8f0b
|
@ -69,7 +69,7 @@ api.person.register(AliasResource())
|
|||
class PersonalApiKeyResource(ModelResource):
|
||||
person = ToOneField(PersonResource, 'person')
|
||||
class Meta:
|
||||
queryset = PersonalApiKey.objects.all()
|
||||
queryset = PersonalApiKey.objects.none()
|
||||
serializer = api.Serializer()
|
||||
cache = SimpleCache()
|
||||
excludes = ['salt', ]
|
||||
|
|
Loading…
Reference in a new issue