@@ -40,6 +40,26 @@ You can determine your currently installed version using `pip freeze`:
40
40
41
41
## 3.1.x series
42
42
43
+ ### 3.1.2
44
+
45
+ ** Date** : [ 13rd May 2015] [ 3.1.2-milestone ] .
46
+
47
+ * DateField to_representation can handle str and empty values. ([ #2656 ] ( gh2656 ) , [ #2687 ] ( gh2687 ) , [ #2869 ] ( gh2869 ) )
48
+ * Use default reason phrases from HTTP standard. ([ #2764 ] ( gh2764 ) , [ #2763 ] ( gh2763 ) )
49
+ * Raise error when ModelSerializer used with abstract model. ([ #2757 ] ( gh2757 ) , [ #2630 ] ( gh2630 ) )
50
+ * Handle reversal of non-API view_name in HyperLinkedRelatedField ([ #2724 ] ( gh2724 ) , [ #2711 ] ( gh2711 ) )
51
+ * Dont require pk strictly for related fields. ([ #2745 ] ( gh2745 ) , [ #2754 ] ( gh2754 ) )
52
+ * Metadata detects null boolean field type. ([ #2762 ] ( gh2762 ) )
53
+ * Proper handling of depth in nested serializers. ([ #2798 ] ( gh2798 ) )
54
+ * Display viewset without paginator. ([ #2807 ] ( gh2807 ) )
55
+ * Don't check for deprecated '.model' attribute in permissions ([ #2818 ] ( gh2818 ) )
56
+ * Restrict integer field to integers and strings. ([ #2835 ] ( gh2835 ) , [ #2836 ] ( gh2836 ) )
57
+ * Improve IntegerField to use compiled decimal regex. ([ #2853 ] ( gh2853 ) )
58
+ * Prevent empty ` queryset ` s to raise AssertionError. ([ #2862 ] ( gh2862 ) )
59
+ * DjangoModelPermissions rely on get_queryset. ([ #2863 ] ( gh2863 ) )
60
+ * Check AcceptHeaderVersioning with content negotiation in place. ([ #2868 ] ( gh2868 ) )
61
+
62
+
43
63
### 3.1.1
44
64
45
65
** Date** : [ 23rd March 2015] [ 3.1.1-milestone ] .
@@ -184,6 +204,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
184
204
[ 3.0.5-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.5+Release%22
185
205
[ 3.1.0-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.1.0+Release%22
186
206
[ 3.1.1-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.1.1+Release%22
207
+ [ 3.1.2-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.1.2+Release%22
187
208
188
209
<!-- 3.0.1 -->
189
210
[ gh2013 ] : https://github.com/tomchristie/django-rest-framework/issues/2013
@@ -296,3 +317,25 @@ For older release notes, [please see the version 2.x documentation][old-release-
296
317
[ gh2631 ] : https://github.com/tomchristie/django-rest-framework/issues/2631
297
318
[ gh2741 ] : https://github.com/tomchristie/django-rest-framework/issues/2641
298
319
[ gh2743 ] : https://github.com/tomchristie/django-rest-framework/issues/2643
320
+ <!-- 3.1.2 -->
321
+ [ gh2656 ] : https://github.com/tomchristie/django-rest-framework/issues/2656
322
+ [ gh2687 ] : https://github.com/tomchristie/django-rest-framework/issues/2687
323
+ [ gh2869 ] : https://github.com/tomchristie/django-rest-framework/issues/2869
324
+ [ gh2764 ] : https://github.com/tomchristie/django-rest-framework/issues/2764
325
+ [ gh2763 ] : https://github.com/tomchristie/django-rest-framework/issues/2763
326
+ [ gh2757 ] : https://github.com/tomchristie/django-rest-framework/issues/2757
327
+ [ gh2630 ] : https://github.com/tomchristie/django-rest-framework/issues/2630
328
+ [ gh2724 ] : https://github.com/tomchristie/django-rest-framework/issues/2724
329
+ [ gh2711 ] : https://github.com/tomchristie/django-rest-framework/issues/2711
330
+ [ gh2745 ] : https://github.com/tomchristie/django-rest-framework/issues/2745
331
+ [ gh2754 ] : https://github.com/tomchristie/django-rest-framework/issues/2754
332
+ [ gh2762 ] : https://github.com/tomchristie/django-rest-framework/issues/2762
333
+ [ gh2798 ] : https://github.com/tomchristie/django-rest-framework/issues/2798
334
+ [ gh2807 ] : https://github.com/tomchristie/django-rest-framework/issues/2807
335
+ [ gh2818 ] : https://github.com/tomchristie/django-rest-framework/issues/2818
336
+ [ gh2835 ] : https://github.com/tomchristie/django-rest-framework/issues/2835
337
+ [ gh2836 ] : https://github.com/tomchristie/django-rest-framework/issues/2836
338
+ [ gh2853 ] : https://github.com/tomchristie/django-rest-framework/issues/2853
339
+ [ gh2862 ] : https://github.com/tomchristie/django-rest-framework/issues/2862
340
+ [ gh2863 ] : https://github.com/tomchristie/django-rest-framework/issues/2863
341
+ [ gh2868 ] : https://github.com/tomchristie/django-rest-framework/issues/2868
0 commit comments