@@ -40,6 +40,33 @@ You can determine your currently installed version using `pip freeze`:
40
40
41
41
## 3.6.x series
42
42
43
+ ### 3.6.3
44
+
45
+ ** Date** : [ 12th May 2017] [ 3.6.3-milestone ]
46
+
47
+ * Raise 404 if a URL lookup results in ValidationError. ([ #5126 ] [ gh5126 ] )
48
+ * Honor http_method_names on class based view, when generating API schemas. ([ #5085 ] [ gh5085 ] )
49
+ * Allow overridden ` get_limit ` in LimitOffsetPagination to return all records. ([ #4437 ] [ gh4437 ] )
50
+ * Fix partial update for the ListSerializer. ([ #4222 ] [ gh4222 ] )
51
+ * Render JSONField control correctly in browsable API. ([ #4999 ] [ gh4999 ] , [ #5042 ] [ gh5042 ] )
52
+ * Raise validation errors for invalid datetime in given timezone. ([ #4987 ] [ gh4987 ] )
53
+ * Support restricting doc & schema shortcuts to a subset of urls. ([ #4979 ] [ gh4979 ] )
54
+ * Resolve SchemaGenerator error with paginators that have no ` page_size ` attribute. ([ #5086 ] [ gh5086 ] , [ #3692 ] [ gh3692 ] )
55
+ * Resolve HyperlinkedRelatedField exception on string with %20 instead of space. ([ #4748 ] [ gh4748 ] , [ #5078 ] [ gh5078 ] )
56
+ * Customizable schema generator classes. ([ #5082 ] [ gh5082 ] )
57
+ * Update existing vary headers in response instead of overwriting them. ([ #5047 ] [ gh5047 ] )
58
+ * Support passing ` .as_view() ` to view instance. ([ #5053 ] [ gh5053 ] )
59
+ * Use correct exception handler when settings overridden on a view. ([ #5055 ] [ gh5055 ] , [ #5054 ] [ gh5054 ] )
60
+ * Update Boolean field to support 'yes' and 'no' values. ([ #5038 ] [ gh5038 ] )
61
+ * Fix unique validator for ChoiceField. ([ #5004 ] [ gh5004 ] , [ #5026 ] [ gh5026 ] , [ #5028 ] [ gh5028 ] )
62
+ * JavaScript cleanups in API Docs. ([ #5001 ] [ gh5001 ] )
63
+ * Include URL path regexs in API schemas where valid. ([ #5014 ] [ gh5014 ] )
64
+ * Correctly set scheme in coreapi TokenAuthentication. ([ #5000 ] [ gh5000 ] , [ #4994 ] [ gh4994 ] )
65
+ * HEAD requests on ViewSets should not return 405. ([ #4705 ] [ gh4705 ] , [ #4973 ] [ gh4973 ] , [ #4864 ] [ gh4864 ] )
66
+ * Support usage of 'source' in ` extra_kwargs ` . ([ #4688 ] [ gh4688 ] )
67
+ * Fix invalid content type for schema.js ([ #4968 ] [ gh4968 ] )
68
+ * Fix DjangoFilterBackend inheritance issues. ([ #5089 ] [ gh5089 ] , [ #5117 ] [ gh5117 ] )
69
+
43
70
### 3.6.2
44
71
45
72
** Date** : [ 10th March 2017] [ 3.6.2-milestone ]
@@ -653,6 +680,44 @@ For older release notes, [please see the version 2.x documentation][old-release-
653
680
[ old-release-notes ] : https://github.com/encode/django-rest-framework/blob/version-2.4.x/docs/topics/release-notes.md
654
681
[ 3.6-release ] : 3.6-announcement.md
655
682
683
+ <<<<<<< HEAD
684
+ [ 3.0.1-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.1+Release%22
685
+ [ 3.0.2-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.2+Release%22
686
+ [ 3.0.3-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.3+Release%22
687
+ [ 3.0.4-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.4+Release%22
688
+ [ 3.0.5-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.5+Release%22
689
+ [ 3.1.0-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.1.0+Release%22
690
+ [ 3.1.1-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.1.1+Release%22
691
+ [ 3.1.2-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.1.2+Release%22
692
+ [ 3.1.3-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.1.3+Release%22
693
+ [ 3.2.0-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.0+Release%22
694
+ [ 3.2.1-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.1+Release%22
695
+ [ 3.2.2-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.2+Release%22
696
+ [ 3.2.3-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.3+Release%22
697
+ [ 3.2.4-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.4+Release%22
698
+ [ 3.2.5-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.5+Release%22
699
+ [ 3.3.0-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.3.0+Release%22
700
+ [ 3.3.1-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.3.1+Release%22
701
+ [ 3.3.2-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.3.2+Release%22
702
+ [ 3.3.3-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.3.3+Release%22
703
+ [ 3.4.0-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.0+Release%22
704
+ [ 3.4.1-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.1+Release%22
705
+ [ 3.4.2-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.2+Release%22
706
+ [ 3.4.3-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.3+Release%22
707
+ [ 3.4.4-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.4+Release%22
708
+ [ 3.4.5-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.5+Release%22
709
+ [ 3.4.6-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.6+Release%22
710
+ [ 3.4.7-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.7+Release%22
711
+ [ 3.5.0-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.0+Release%22
712
+ [ 3.5.1-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.1+Release%22
713
+ [ 3.5.2-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.2+Release%22
714
+ [ 3.5.3-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.3+Release%22
715
+ [ 3.5.4-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.4+Release%22
716
+ [ 3.6.0-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.6.0+Release%22
717
+ [ 3.6.1-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.6.1+Release%22
718
+ [ 3.6.2-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.6.2+Release%22
719
+ [ 3.6.3-milestone ] : https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.6.3+Release%22
720
+ =======
656
721
[ 3.0.1-milestone ] : https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.0.1+Release%22
657
722
[ 3.0.2-milestone ] : https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.0.2+Release%22
658
723
[ 3.0.3-milestone ] : https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.0.3+Release%22
@@ -688,6 +753,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
688
753
[ 3.6.0-milestone ] : https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.6.0+Release%22
689
754
[ 3.6.1-milestone ] : https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.6.1+Release%22
690
755
[ 3.6.2-milestone ] : https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.6.2+Release%22
756
+ >>>>>>> master
691
757
692
758
<!-- 3.0.1 -->
693
759
[ gh2013 ] : https://github.com/encode/django-rest-framework/issues/2013
@@ -1298,3 +1364,37 @@ For older release notes, [please see the version 2.x documentation][old-release-
1298
1364
[ gh4955 ] : https://github.com/encode/django-rest-framework/issues/4955
1299
1365
[ gh4956 ] : https://github.com/encode/django-rest-framework/issues/4956
1300
1366
[ gh4949 ] : https://github.com/encode/django-rest-framework/issues/4949
1367
+ <!-- 3.6.3 -->
1368
+
1369
+ [ gh5126 ] : https://github.com/encode/django-rest-framework/issues/5126
1370
+ [ gh5085 ] : https://github.com/encode/django-rest-framework/issues/5085
1371
+ [ gh4437 ] : https://github.com/encode/django-rest-framework/issues/4437
1372
+ [ gh4222 ] : https://github.com/encode/django-rest-framework/issues/4222
1373
+ [ gh4999 ] : https://github.com/encode/django-rest-framework/issues/4999
1374
+ [ gh5042 ] : https://github.com/encode/django-rest-framework/issues/5042
1375
+ [ gh4987 ] : https://github.com/encode/django-rest-framework/issues/4987
1376
+ [ gh4979 ] : https://github.com/encode/django-rest-framework/issues/4979
1377
+ [ gh5086 ] : https://github.com/encode/django-rest-framework/issues/5086
1378
+ [ gh3692 ] : https://github.com/encode/django-rest-framework/issues/3692
1379
+ [ gh4748 ] : https://github.com/encode/django-rest-framework/issues/4748
1380
+ [ gh5078 ] : https://github.com/encode/django-rest-framework/issues/5078
1381
+ [ gh5082 ] : https://github.com/encode/django-rest-framework/issues/5082
1382
+ [ gh5047 ] : https://github.com/encode/django-rest-framework/issues/5047
1383
+ [ gh5053 ] : https://github.com/encode/django-rest-framework/issues/5053
1384
+ [ gh5055 ] : https://github.com/encode/django-rest-framework/issues/5055
1385
+ [ gh5054 ] : https://github.com/encode/django-rest-framework/issues/5054
1386
+ [ gh5038 ] : https://github.com/encode/django-rest-framework/issues/5038
1387
+ [ gh5004 ] : https://github.com/encode/django-rest-framework/issues/5004
1388
+ [ gh5026 ] : https://github.com/encode/django-rest-framework/issues/5026
1389
+ [ gh5028 ] : https://github.com/encode/django-rest-framework/issues/5028
1390
+ [ gh5001 ] : https://github.com/encode/django-rest-framework/issues/5001
1391
+ [ gh5014 ] : https://github.com/encode/django-rest-framework/issues/5014
1392
+ [ gh5000 ] : https://github.com/encode/django-rest-framework/issues/5000
1393
+ [ gh4994 ] : https://github.com/encode/django-rest-framework/issues/4994
1394
+ [ gh4705 ] : https://github.com/encode/django-rest-framework/issues/4705
1395
+ [ gh4973 ] : https://github.com/encode/django-rest-framework/issues/4973
1396
+ [ gh4864 ] : https://github.com/encode/django-rest-framework/issues/4864
1397
+ [ gh4688 ] : https://github.com/encode/django-rest-framework/issues/4688
1398
+ [ gh4968 ] : https://github.com/encode/django-rest-framework/issues/4968
1399
+ [ gh5089 ] : https://github.com/encode/django-rest-framework/issues/5089
1400
+ [ gh5117 ] : https://github.com/encode/django-rest-framework/issues/5117
0 commit comments