File: v1.4.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 (23 lines) | stat: -rw-r--r-- 582 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
restless v1.4.0
===============

:date: 2014-02-20

This release improves the way errors are handled (serialized tracebacks in
debug), making them more consistent. It also improves Django's support for
``ObjectDoesNotExist/Http404`` & switched to using ``py.test`` for testing.


Features
--------

* Better not-found behavior in Django. (SHA: 7cd2cfc)
* Improved ``Http404`` behavior in Django. (SHA: 44b2e5f)
* Switched to ``py.test``. (SHA: 30534a7)
* Better error handling support. (SHA: ae5a9cb)


Bugfixes
--------

* Skips Itty's tests if it is not available. (SHA: b4e859b)