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
* Fix tests to work with DRF 3.6.3.
Fixes#350
* Avoid raising a KeyError.
This test checked a condition that created a RuntimeError in the past.
In this newer version of DRF, the field is not included so the key
should be ignored when not present.
Looks like the latest DRF release broke some tests. See encode/django-rest-framework#4222 for details.
Related breakage: https://travis-ci.org/django-json-api/django-rest-framework-json-api/jobs/233215665
The text was updated successfully, but these errors were encountered: