You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.