Update docs/api-guide/validators.md

This commit is contained in:
Asif Saif Uddin 2023-07-26 10:07:22 +06:00 committed by GitHub
parent fc51e6dd94
commit 9cd482ce81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ If you want the date field to be entirely hidden from the user, then use `Hidden
--- ---
**Note:** `HiddenField()` does not appear in `partial=True` serializer (when making `PATCH` request). This behaviour might be changed, follow updates on [github discussion](https://github.com/encode/django-rest-framework/discussions/8259). **Note:** `HiddenField()` does not appear in `partial=True` serializer (when making `PATCH` request). This behavior might change in future, follow updates on [github discussion](https://github.com/encode/django-rest-framework/discussions/8259).
--- ---