mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Add release not for #5342
This commit is contained in:
parent
5f0e0db269
commit
a71ddd1e92
|
@ -62,6 +62,7 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
* Catch `APIException` from `get_serializer_fields` in schema generation. [#5443][gh5443]
|
* Catch `APIException` from `get_serializer_fields` in schema generation. [#5443][gh5443]
|
||||||
* Allow custom authentication and permission classes when using `include_docs_urls` [#5448][gh5448]
|
* Allow custom authentication and permission classes when using `include_docs_urls` [#5448][gh5448]
|
||||||
* Defer translated string evaluation on validators. [#5452][gh5452]
|
* Defer translated string evaluation on validators. [#5452][gh5452]
|
||||||
|
* Added default value for 'detail' param into 'ValidationError' exception [#5342][gh5342]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -79,6 +80,7 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
[gh5443]: https://github.com/encode/django-rest-framework/issues/5443
|
[gh5443]: https://github.com/encode/django-rest-framework/issues/5443
|
||||||
[gh5448]: https://github.com/encode/django-rest-framework/issues/5448
|
[gh5448]: https://github.com/encode/django-rest-framework/issues/5448
|
||||||
[gh5452]: https://github.com/encode/django-rest-framework/issues/5452
|
[gh5452]: https://github.com/encode/django-rest-framework/issues/5452
|
||||||
|
[gh5342]: https://github.com/encode/django-rest-framework/issues/5342
|
||||||
|
|
||||||
|
|
||||||
## 3.6.x series
|
## 3.6.x series
|
||||||
|
|
Loading…
Reference in New Issue
Block a user