Skip to content

wq.db 1.1.0

Compare
Choose a tag to compare
@sheppard sheppard released this 12 Jun 21:14
· 121 commits to main since this release

wq.db 1.1.0 brings support for Django 2.0 and Django REST Framework 3.8, while dropping support for Django <1.11 and DRF 3.6.

This release also removes a bunch of rarely used functionality to improve maintainability:

Most of these use cases can be better served with domain-specific models using the newer design patterns API. However, some may be recreated as standalone packages if needed.

In addition, Python 2.7 support is no longer tested. It may still work for existing projects using Django 1.11.

This release fixes #71, #72, #73, #74, & #75, and makes #24, #40, & #63 obsolete.