mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-25 03:23:43 +03:00
Add validate_<fieldname> bugfix to release notes
This commit is contained in:
parent
69e62457ef
commit
30046cae8c
|
@ -22,6 +22,7 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi
|
|||
* `format_suffix_patterns()` now supports `include` style URL patterns.
|
||||
* Bugfix: Return proper validation errors when incorrect types supplied for relational fields.
|
||||
* Bugfix: Support nullable FKs with `SlugRelatedField`.
|
||||
* Bugfix: Don't call custom validation methods if the field has an error.
|
||||
|
||||
### 2.1.16
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user