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
limitis 0 andoffsetis 0limitis greater than 0 andoffsetis 0 and length ofself.objectsis lower thanlimit
SwaggerUI provides request authentication only through api_key parameter.
SwaggerApiKeyAuthentication reads username and api_key from api_key request parameter.
A field covering models.DurationField. Serializes timedelta values to HH:MM:SS format.
Accepts interval strings on input and returns a timedelta object.