A set of Django Tastypie extras.
Resource with upload image possibility
Raise BadRequest on update, create or delete request.
SmartPaginator
does not perform SELECT COUNT(*)
when
limit
is 0 andoffset
is 0limit
is greater than 0 andoffset
is 0 and length ofself.objects
is lower thanlimit
SwaggerUI provides request authentication only through api_key
parameter.
SwaggerApiKeyAuthentication
reads username and api_key from api_key
request parameter.