Skip to main content

A set of Django tastypie extras (Multipart resource, smart paginator, SwaggerUI authentication)

Project description

Code Climate

A set of Django Tastypie extras.

Table of contents

Resources

MultipartResourceMixin

Resource with upload image possibility

ReadOnlyResourceMixin

Raise BadRequest on update, create or delete request.

Paginator

SmartPaginator

SmartPaginator does not perform SELECT COUNT(*) when

  • limit is 0 and offset is 0

  • limit is greater than 0 and offset is 0 and length of self.objects is lower than limit

Authentication

SwaggerApiKeyAuthentication

SwaggerUI provides request authentication only through api_key parameter. SwaggerApiKeyAuthentication reads username and api_key from api_key request parameter.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-tastypie-extras-0.4b4.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

django_tastypie_extras-0.4b4-py2.py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page