File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ You can determine your currently installed version using `pip freeze`:
63
63
* Allow custom authentication and permission classes when using ` include_docs_urls ` [ #5448 ] [ gh5448 ]
64
64
* Defer translated string evaluation on validators. [ #5452 ] [ gh5452 ]
65
65
* Added default value for 'detail' param into 'ValidationError' exception [ #5342 ] [ gh5342 ]
66
-
66
+ * Adjust schema get_filter_fields rules to match framework [ # 5454 ] [ gh5454 ]
67
67
68
68
69
69
<!-- 3.7.0 -->
@@ -81,6 +81,7 @@ You can determine your currently installed version using `pip freeze`:
81
81
[ gh5448 ] : https://github.com/encode/django-rest-framework/issues/5448
82
82
[ gh5452 ] : https://github.com/encode/django-rest-framework/issues/5452
83
83
[ gh5342 ] : https://github.com/encode/django-rest-framework/issues/5342
84
+ [ gh5454 ] : https://github.com/encode/django-rest-framework/issues/5454
84
85
85
86
86
87
## 3.6.x series
You can’t perform that action at this time.
0 commit comments