- Add support for `get_extra_sql`, to customize the `WHERE` clause in the `information_schema` query. - Remove errant exclusion of tables ending in `chars`
0.2.6
* Fixes a bug exposed in Django 3.2 with AppConfig. This will now work properly with Django 3.2.
0.2.5
* Upgrades Django REST Framework Filters to `1.0.0dev2` from `1.0.0dev0` * Adds support in the mapping for `internal` -> `DurationField`.
0.2.4
* Support for DRF version 3.11 (`base_name` must become `basename` in routes). Must use at least DRF version 3.9.
Prior Releases, before moving release notes to GitHub.
0.2.3
* Add support for `oid` field types in the field mapping. Last version to support DRF versions before 3.9.
0.2.2
* Ensure defaults for field type `NUMERIC` populate.