Added support for django 3.0, 3.1 and 3.2
Removed Django constraints from base.in
Dropped python3.5 support.
Updated the travis-badge in README.rst to point to travis-ci.com
Adding option to include a body parameter in requests.
Adding option to specify url patterns for generated docs.
Removing caniusepython3 as it is no longer needed since python3 upgrade.
Remove support for Django<2.2 and add support for python 3.8
Added three new decorators for excluding endpoints from API documentation generation:
@exclude_schema
@exclude_schema_for(method_name)
@exclude_all_schemas
Compatibility with Django 2.1 and 2.2.
Added documentation.
First release on PyPI.