From 30046cae8c64790d7ae0d9ca4d2faee1cd2968aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Gro=C3=9F?= Date: Wed, 23 Jan 2013 07:55:00 +0100 Subject: [PATCH] Add validate_ bugfix to release notes --- docs/topics/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 58471a790..54c249bb3 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