SubPreparer and CollectionSubPreparer classes to make easier to nest responsesβ Added support to Django 1.9, 1.10 and 1.11
π This release makes some long-needed changes on error handling for Resource and its subclasses, plus support for both Django >= 1.9 and Tornado >= 4.0 and allowing alphanumeric PKs on all supported frameworks.
tox for simultaneously testing onResource so that it throws a NotImplementedError instead ofHttpResponse from Django. (SHA: 27859c8)HttpError subclasses. (SHA: e2aff93)Resource so that it allows any serializable object on the responseJSONSerializer to throw a BadRequest upon a serializationDjangoResource to use lists instead of the deprecateddjango.conf.urls.patterns object. (SHA: f166e4d & SHA: f94c500)FieldsPreparer behavior when parsing objects with a custom__getattr__. (SHA: 665ef31)