File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,23 @@ You can determine your currently installed version using `pip freeze`:
87
87
* Added docstrings code highlighting with pygments [ #5462 ] [ gh5462 ]
88
88
* Fixed documentation rendering for views named ` data ` [ #5472 ] [ gh5472 ]
89
89
* Docs: Clarified 'to_internal_value()' validation behavior [ #5466 ] [ gh5466 ]
90
+ * Fix missing six.text_type() call on APIException.__ str__ [ #5476 ] [ gh5476 ]
91
+ * Document documentation.py [ #5478 ] [ gh5478 ]
92
+ * Fix naming collisions in Schema Generation [ #5464 ] [ gh5464 ]
93
+ * Call Django's authenticate function with the request object [ #5295 ] [ gh5295 ]
94
+ * Update coreapi JS to 0.1.1 [ #5479 ] [ gh5479 ]
95
+ * Have ` is_list_view ` recognise RetrieveModel… views [ #5480 ] [ gh5480 ]
96
+ * Remove Django 1.8 & 1.9 compatibility code [ #5481 ] [ gh5481 ]
90
97
91
98
92
99
<!-- 3.7.0 -->
100
+ [ gh5481 ] : https://github.com/encode/django-rest-framework/issues/5481
101
+ [ gh5480 ] : https://github.com/encode/django-rest-framework/issues/5480
102
+ [ gh5479 ] : https://github.com/encode/django-rest-framework/issues/5479
103
+ [ gh5295 ] : https://github.com/encode/django-rest-framework/issues/5295
104
+ [ gh5464 ] : https://github.com/encode/django-rest-framework/issues/5464
105
+ [ gh5478 ] : https://github.com/encode/django-rest-framework/issues/5478
106
+ [ gh5476 ] : https://github.com/encode/django-rest-framework/issues/5476
93
107
[ gh5466 ] : https://github.com/encode/django-rest-framework/issues/5466
94
108
[ gh5472 ] : https://github.com/encode/django-rest-framework/issues/5472
95
109
[ gh5462 ] : https://github.com/encode/django-rest-framework/issues/5462
You can’t perform that action at this time.
0 commit comments