File: v1.1.0.rst

package info (click to toggle)
python-restless 2.0.1-5~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 472 kB
  • sloc: python: 1,879; makefile: 149
file content (25 lines) | stat: -rw-r--r-- 716 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
restless v1.1.0
===============

:date: 2014-01-14

This release adds Pyramid support, easier-to-override serialization, more
documentation & fixed Flask tests/``is_debug``.


Features
--------

* Added support for Pyramid (``restless.pyr.PyramidResource``). Thanks to
  binarydud for the patch! (SHA: 27e343e)
* Added the ``Resource.raw_deserialize`` & ``Resource.raw_serialize`` methods
  to make changing the serialization format more DRY/easier. (SHA: 9d68aa5)
* Added more documentation on how to extend Restless. (SHA: 0be1346 &
  SHA: 730dde1)


Bugfixes
--------

* Fixed the Flask tests to no longer be skipped. (SHA: 89d2bc7)
* Fixed ``FlaskResource.is_debug`` to now do the correct lookup. (SHA: 89d2bc7)