Unknown
* bump version to v1.0.0 ([`a390027`](https://github.com/crccheck/django-object-actions/commit/a3900271013abfab55a7082ff04586c9c3fee4d6))
* Cleanup random Django version support docs (86)
No code changes, just:
* upgrade dev dependencies
* unify django version specific code comments to be `DJANGO<version>`
* update workflows to use more modern versions
Verifying change
* `make build`
* `make run`
* Browse to localhost:8000/admin/
* login with `admin`/`admin` ([`a7b183f`](https://github.com/crccheck/django-object-actions/commit/a7b183f3c1903cd11335d3fe166f90cc993da53b))
* Add support for Django 2.0 (85)
Adding support for Django 2.0+, and removing support for Django versions up to 1.8, the oldest supported LTS release. This allows us to replace the now deprecated django-extensions UUIDField with the Django native version, and drop a couple of other hacks. Resolves 84 ([`430be02`](https://github.com/crccheck/django-object-actions/commit/430be02e59c8844f278f0749d840904137347eb3))
* Add a redirect example to the README (82)
* use pip-tools to document requirements
* greenkeeper
* python 3.6 is a thing
* add a copy-paste ready example for HttpResponseRedirect action
* ugh, travisci
* try this shit out
* i guess it worked ([`81af3e7`](https://github.com/crccheck/django-object-actions/commit/81af3e7cd5b8f5c62a9a6d71ab2aaf657a6ac550))