From c3b0146b96353df9dfe277638c2b479bf3cd019f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 10 Feb 2016 03:03:04 -0400 Subject: [PATCH] Update changelog. --- HISTORY.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index aaf859ed76..57fa9afa90 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,10 @@ ================== - Install testing dependencies when installing development dependencies. - Fix GitLab issue #250 "Empty optional lookup metadata trigger validation error". Thanks to LeVon Smoker for the find and for the proposed fix. -- Close GitLab issue #251 "Add method to disable metadata edit form "update" checkbox when not needed". This is used now to disable the metadata update column in the new document upload wizard. +- Fix OCR API test for document version page OCR content. +- Move metadata form value validation to .clean() and update field data may not be available yet when validatng the value field. Only validate form value if form has a metadata type associated. +- Only extract validation error messages from ValidationError exception instances. +- Don't store empty metadata value if the update checkbox is not checked. 2.0.1 (2016-01-22) ==================