File: v2.1.0.rst

package info (click to toggle)
python-restless 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: python: 2,124; makefile: 148
file content (19 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
restless v2.1.0
===============

:date: 2017-06-01


Features
--------

* Added ``SubPreparer`` and ``CollectionSubPreparer`` classes to make easier to nest responses
* Hability of using callables in preparers (as soon as they don't have args)

Changes
-------

* Dropped Itty support :(
* Proper HTTP status messages
* Added support to Django 1.9 to 1.11 (dropped support to Django <= 1.7)
* Proper wrapping for decorators