@@ -40,6 +40,14 @@ You can determine your currently installed version using `pip freeze`:
40
40
41
41
## 3.5.x series
42
42
43
+ ### 3.5.3
44
+
45
+ ** Date** : [ 7th November 2016] [ 3.5.3-milestone ]
46
+
47
+ * Don't raise incorrect FilterSet deprecation warnings. ([ #4660 ] [ gh4660 ] , [ #4643 ] [ gh4643 ] , [ #4644 ] [ gh4644 ] )
48
+ * Schema generation should not raise 404 when a view permission class does. ([ #4645 ] [ gh4645 ] , [ #4646 ] [ gh4646 ] )
49
+ * Add ` autofocus ` support for input controls. ([ #4650 ] [ gh4650 ] )
50
+
43
51
### 3.5.2
44
52
45
53
** Date** : [ 1st November 2016] [ 3.5.2-milestone ]
@@ -630,6 +638,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
630
638
[ 3.5.0-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.0+Release%22
631
639
[ 3.5.1-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.1+Release%22
632
640
[ 3.5.2-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.2+Release%22
641
+ [ 3.5.3-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.3+Release%22
633
642
634
643
<!-- 3.0.1 -->
635
644
[ gh2013 ] : https://github.com/tomchristie/django-rest-framework/issues/2013
@@ -1198,3 +1207,12 @@ For older release notes, [please see the version 2.x documentation][old-release-
1198
1207
[ gh4620 ] : https://github.com/tomchristie/django-rest-framework/issues/4620
1199
1208
[ gh4628 ] : https://github.com/tomchristie/django-rest-framework/issues/4628
1200
1209
[ gh4639 ] : https://github.com/tomchristie/django-rest-framework/issues/4639
1210
+
1211
+ <!-- 3.5.3 -->
1212
+
1213
+ [ gh4660 ] : https://github.com/tomchristie/django-rest-framework/issues/4660
1214
+ [ gh4643 ] : https://github.com/tomchristie/django-rest-framework/issues/4643
1215
+ [ gh4644 ] : https://github.com/tomchristie/django-rest-framework/issues/4644
1216
+ [ gh4645 ] : https://github.com/tomchristie/django-rest-framework/issues/4645
1217
+ [ gh4646 ] : https://github.com/tomchristie/django-rest-framework/issues/4646
1218
+ [ gh4650 ] : https://github.com/tomchristie/django-rest-framework/issues/4650
0 commit comments