@@ -40,6 +40,15 @@ You can determine your currently installed version using `pip freeze`:
40
40
41
41
## 3.4.x series
42
42
43
+ ### 3.4.6
44
+
45
+ ** Date** : [ 23rd August 2016] [ 3.4.6-milestone ]
46
+
47
+ * Fix malformed Javascript in browsable API. ([ #4435 ] [ gh4435 ] )
48
+ * Skip HiddenField from Schema fields. ([ #4425 ] [ gh4425 ] , [ #4429 ] [ gh4429 ] )
49
+ * Improve Create to show the original exception traceback. ([ #3508 ] [ gh3508 ] )
50
+ * Fix ` AdminRenderer ` display of PK only related fields. ([ #4419 ] [ gh4419 ] , [ #4423 ] [ gh4423 ] )
51
+
43
52
### 3.4.5
44
53
45
54
** Date** : [ 19th August 2016] [ 3.4.5-milestone ]
@@ -573,6 +582,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
573
582
[ 3.4.3-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.3+Release%22
574
583
[ 3.4.4-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.4+Release%22
575
584
[ 3.4.5-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.5+Release%22
585
+ [ 3.4.6-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.6+Release%22
576
586
577
587
<!-- 3.0.1 -->
578
588
[ gh2013 ] : https://github.com/tomchristie/django-rest-framework/issues/2013
@@ -1090,3 +1100,12 @@ For older release notes, [please see the version 2.x documentation][old-release-
1090
1100
[ gh4403 ] : https://github.com/tomchristie/django-rest-framework/issues/4403
1091
1101
[ gh4404 ] : https://github.com/tomchristie/django-rest-framework/issues/4404
1092
1102
[ gh4412 ] : https://github.com/tomchristie/django-rest-framework/issues/4412
1103
+
1104
+ <!-- 3.4.6 -->
1105
+
1106
+ [ gh4435 ] : https://github.com/tomchristie/django-rest-framework/issues/4435
1107
+ [ gh4425 ] : https://github.com/tomchristie/django-rest-framework/issues/4425
1108
+ [ gh4429 ] : https://github.com/tomchristie/django-rest-framework/issues/4429
1109
+ [ gh3508 ] : https://github.com/tomchristie/django-rest-framework/issues/3508
1110
+ [ gh4419 ] : https://github.com/tomchristie/django-rest-framework/issues/4419
1111
+ [ gh4423 ] : https://github.com/tomchristie/django-rest-framework/issues/4423
0 commit comments