Skip to content

wq.db 0.4.0

Compare
Choose a tag to compare
@sheppard sheppard released this 11 Dec 05:10

Major Changes

  • Updated to the latest version of Django REST Framework - 2.3.10 as of this release. This update fixed some bugs (e.g. #4), and also provided an opportunity to leverage the "new" ViewSets & Routers DRF provides (see #1). wq.db's Router is now a subclass of DRF's DefaultRouter.
  • As part of the above change, switched the model registration logic to opt-in rather than opt-out. The old FORBIDDEN_APPS setting is gone, and all models must now be explicitly registered with the router to be exposed via the API.

Other Changes