Skip to main content

Custom filters for Django REST Framework

Project description

Custom filters for django rest framework

Compatibility

work with :
  • Python 2.7 / 3.4

  • Dango 1.6 / 1.7

  • Django Rest Framework 2.4 / 3.0

Installation

Install the package from pypi:

pip install djangorestframework-custom-filters

Add the application in your django settings:

DJANGO_APPS = ('rest_framework_custom_filters',)

Usage

Use it in your filters.py :

import django_filters
import rest_framework_custom_filters

class MyFilter(django_filters.FilterSet):
    since = rest_framework_custom_filters.IsoDateTimeFilter(name='_per_modif', lookup_type='gte')
    ...

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

File details

Details for the file djangorestframework-custom-filters-1.0.0.tar.gz.

File metadata

File hashes

Hashes for djangorestframework-custom-filters-1.0.0.tar.gz
Algorithm Hash digest
SHA256 edaa6d44f035760ce08fa8c1bca6bf33ab20b939de6c5c687377433c1ebf4d9b
MD5 2c6110e097102835d2ae350be0a656ce
BLAKE2b-256 73f44a48241ab8a9ee841526ae84a201bda787dfadb89b7dc1c2633a7d033806

See more details on using hashes here.

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