File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ You can determine your currently installed version using `pip freeze`:
62
62
* Catch ` APIException ` from ` get_serializer_fields ` in schema generation. [ #5443 ] [ gh5443 ]
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
+ * Added default value for 'detail' param into 'ValidationError' exception [ #5342 ] [ gh5342 ]
65
66
66
67
67
68
@@ -79,6 +80,7 @@ You can determine your currently installed version using `pip freeze`:
79
80
[ gh5443 ] : https://github.com/encode/django-rest-framework/issues/5443
80
81
[ gh5448 ] : https://github.com/encode/django-rest-framework/issues/5448
81
82
[ gh5452 ] : https://github.com/encode/django-rest-framework/issues/5452
83
+ [ gh5342 ] : https://github.com/encode/django-rest-framework/issues/5342
82
84
83
85
84
86
## 3.6.x series
You can’t perform that action at this time.
0 commit comments