django-admin-rangefilter

django-admin-rangefilter app, add the filter by a custom date range on the admin UI.


Keywords
admin-ui, django, python
License
MIT
Install
pip install django-admin-rangefilter==0.8.0

Documentation

image

image

django-admin-rangefilter

A Django app that adds a filter by date range and numeric range to the admin UI.

image

Requirements

  • Python 3.6+
  • Django 1.11+

Installation

Use your favorite Python package manager to install the app from PyPI, e.g.

Example:

pip install django-admin-rangefilter

Add rangefilter to INSTALLED_APPS:

Example:

Example usage

In admin

Support Content-Security-Policy

For Django 1.8+, if django-csp is installed, nonces will be added to style and script tags.