Fixed * Removed `import_local()`, use Django's in-built `import_string()` method instead. This allows compatibility with apps installed via an [`AppConfig`](https://docs.djangoproject.com/en/3.0/ref/applications/for-application-users) rather than the older approach of pointing to the package.
2.0.0
Added * Support for Django 3.0
Removed * Support for Python 2 (EOL 2020)
---
1.0.0
Fixed * Using the `order` or `excludes` keywords retains the original field ordering
0.6.0
Added * Ability to automatically optimize the queryset used to generate the response. This feature is disabled by default, and is experimental
0.5.4
Fixed * Package build issues when using Python3 (see 15 - thanks KyeRussell)
Changed * Bumps dependencies and Django support to include Django 2
0.5.3
Fixed * Allow compound local imports (see 13 - thanks mhotwagner)