Changelog
This version adds official support for Django 2.1 (and django_filter
latest version)
- Exclude
id
from mutations if is inexclude_fields
21bad61 - Added compatibility with
django_filter>=2
in Python 3 e45708b - Removed official support for
Django<1.11
(only1.11
,2.0
,2.1
and upwards will be supported)