Commit 30046cae by Stephan Groß

Add validate_<fieldname> bugfix to release notes

parent 69e62457
...@@ -22,6 +22,7 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi ...@@ -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. * `format_suffix_patterns()` now supports `include` style URL patterns.
* Bugfix: Return proper validation errors when incorrect types supplied for relational fields. * Bugfix: Return proper validation errors when incorrect types supplied for relational fields.
* Bugfix: Support nullable FKs with `SlugRelatedField`. * Bugfix: Support nullable FKs with `SlugRelatedField`.
* Bugfix: Don't call custom validation methods if the field has an error.
### 2.1.16 ### 2.1.16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment