aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorStephan Groß2013-01-23 07:55:00 +0100
committerStephan Groß2013-01-23 07:55:00 +0100
commit30046cae8c64790d7ae0d9ca4d2faee1cd2968aa (patch)
treecfe9230deebe0c8d2fb93890844f303c67cad98f /docs/topics/release-notes.md
parent69e62457ef80b40398a6b137f10d5a0e05c3f07f (diff)
downloaddjango-rest-framework-30046cae8c64790d7ae0d9ca4d2faee1cd2968aa.tar.bz2
Add validate_<fieldname> bugfix to release notes
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 58471a79..54c249bb 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -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