@@ -40,6 +40,18 @@ You can determine your currently installed version using `pip freeze`:
4040
4141## 3.4.x series
4242
43+ ### 3.4.7
44+
45+ ** Date** : [ 21st September 2016] [ 3.4.7-milestone ]
46+
47+ * Fallback behavior for request parsing when request.POST already accessed. ([ #3951 ] [ gh3951 ] , [ #4500 ] [ gh4500 ] )
48+ * Fix regression of ` RegexField ` . ([ #4489 ] [ gh4489 ] , [ #4490 ] [ gh4490 ] , [ #2617 ] [ gh2617 ] )
49+ * Missing comma in ` admin.html ` causing CSRF error. ([ #4472 ] [ gh4472 ] , [ #4473 ] [ gh4473 ] )
50+ * Fix response rendering with empty context. ([ #4495 ] [ gh4495 ] )
51+ * Fix indentation regression in API listing. ([ #4493 ] [ gh4493 ] )
52+ * Fixed an issue where the incorrect value is set to ` ResolverMatch.func_name ` of api_view decorated view. ([ #4465 ] [ gh4465 ] , [ #4462 ] [ gh4462 ] )
53+ * Fix ` APIClient.get() ` when path contains unicode arguments ([ #4458 ] [ gh4458 ] )
54+
4355### 3.4.6
4456
4557** Date** : [ 23rd August 2016] [ 3.4.6-milestone ]
@@ -583,6 +595,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
583595[ 3.4.4-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.4+Release%22
584596[ 3.4.5-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.5+Release%22
585597[ 3.4.6-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.6+Release%22
598+ [ 3.4.7-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.7+Release%22
586599
587600<!-- 3.0.1 -->
588601[ gh2013 ] : https://github.com/tomchristie/django-rest-framework/issues/2013
@@ -1109,3 +1122,18 @@ For older release notes, [please see the version 2.x documentation][old-release-
11091122[ gh3508 ] : https://github.com/tomchristie/django-rest-framework/issues/3508
11101123[ gh4419 ] : https://github.com/tomchristie/django-rest-framework/issues/4419
11111124[ gh4423 ] : https://github.com/tomchristie/django-rest-framework/issues/4423
1125+
1126+ <!-- 3.4.7 -->
1127+
1128+ [ gh3951 ] : https://github.com/tomchristie/django-rest-framework/issues/3951
1129+ [ gh4500 ] : https://github.com/tomchristie/django-rest-framework/issues/4500
1130+ [ gh4489 ] : https://github.com/tomchristie/django-rest-framework/issues/4489
1131+ [ gh4490 ] : https://github.com/tomchristie/django-rest-framework/issues/4490
1132+ [ gh2617 ] : https://github.com/tomchristie/django-rest-framework/issues/2617
1133+ [ gh4472 ] : https://github.com/tomchristie/django-rest-framework/issues/4472
1134+ [ gh4473 ] : https://github.com/tomchristie/django-rest-framework/issues/4473
1135+ [ gh4495 ] : https://github.com/tomchristie/django-rest-framework/issues/4495
1136+ [ gh4493 ] : https://github.com/tomchristie/django-rest-framework/issues/4493
1137+ [ gh4465 ] : https://github.com/tomchristie/django-rest-framework/issues/4465
1138+ [ gh4462 ] : https://github.com/tomchristie/django-rest-framework/issues/4462
1139+ [ gh4458 ] : https://github.com/tomchristie/django-rest-framework/issues/4458
0 commit comments