File tree 3 files changed +26
-4
lines changed
3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1
1
Primary authors:
2
2
3
- * Daniel Lindsley
3
+ * Daniel Lindsley (@toastdriven)
4
4
5
5
Maintainers:
6
6
7
- * Bruno Marques
8
- * Sergio Oliveira
7
+ * Bruno Marques (@ElSaico)
8
+ * Sergio Oliveira (@seocam)
9
9
10
10
Contributors:
11
11
@@ -25,3 +25,6 @@ Contributors:
25
25
* leonsmith
26
26
* PabloCastellano
27
27
* skevy
28
+ * Ana Carolina (@anacarolinats)
29
+ * Xiaoli Wang (@Xiaoli)
30
+ * Tony Bajan (@tonybajan)
Original file line number Diff line number Diff line change
1
+ restless v2.1.0
2
+ ===============
3
+
4
+ :date: 2017-06-01
5
+
6
+
7
+ Features
8
+ --------
9
+
10
+ * Added ``SubPreparer `` and ``CollectionSubPreparer `` classes to make easier to nest responses
11
+ * Hability of using callables in preparers (as soon as they don't have args)
12
+
13
+ Changes
14
+ -------
15
+
16
+ * Dropped Itty support :(
17
+ * Proper HTTP status messages
18
+ * Added support to Django 1.9 to 1.11 (dropped support to Django <= 1.7)
19
+ * Proper wrapping for decorators
Original file line number Diff line number Diff line change 1
1
__author__ = 'Daniel Lindsley'
2
2
__license__ = 'BSD'
3
- __version__ = (2 , 0 , 4 )
3
+ __version__ = (2 , 1 , 0 )
4
4
VERSION = '.' .join (map (str , __version__ ))
5
5
6
6
You can’t perform that action at this time.
0 commit comments