restkiss v2.0.2¶
| date: | 2016-10-15 |
|---|
This release signals the official beginning of the restkiss fork.
Features¶
- Allowed PKs with dashes and alphanumeric digits. (SHA: e52333b)
- Reworked test suite so that it uses
toxfor simultaneously testing on CPython and PyPy, both 2.x and 3.x (SHA: 2035e21, SHA: 9ca0e8c, SHA: 3915980 & SHA: a1d2d96) - Reworked
Resourceso that it throws aNotImplementedErrorinstead of returning anHttpResponsefrom Django. (SHA: 27859c8) - Added several
HttpErrorsubclasses. (SHA: e2aff93) - Changed all
Resourcesubclasses so that a 204 No Content response sendstext/plainonContent-Type. (SHA: 116da9f & SHA: b10be61) - Changed
Resourceso that it allows any serializable object on the response body. (SHA: 1e3522b & SHA: b70a492) - Renamed library to
restkiss. (SHA: 5f20f28 & SHA: 0140049)
Bugfixes¶
- Changed
JSONSerializerto throw aBadRequestupon a serialization error. (SHA: 8471463) - Updated
DjangoResourceto use lists instead of the deprecateddjango.conf.urls.patternsobject. (SHA: f166e4d & SHA: f94c500) - Fixed
FieldsPreparerbehavior when parsing objects with a custom__getattr__. (SHA: 665ef31) - Applied Debian’s fix to Tornado tests for version 4.0.0 onwards. (SHA: 372e00a)
- Skips tests for all unavailable frameworks. (SHA: 8b81b17)