v2.2-0.4.0
- Compatible with
django==2.2.17
- Bumped djangorestframework to
3.12.2
- Bumped psycopg2 to
2.8.6
- Bumped PostgreSQL compatibility to 9.5
- Removed
urlpatterns
based onregex
, replaced with the preferred flavor fordjango>=2.0
- Removed
JSONPRenderer
renderers from djangorestframework, as those are no longer supported (and they are discouraged anyway)