From 1f5384ae136a5c56c23c3ea32dc59ed9dfbe39ae Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 24 Feb 2013 02:04:45 -0500 Subject: [PATCH] Update readme and docs with Draft4Validator. --- README.rst | 7 ++++--- docs/validate.rst | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 83d0a18..644ed8b 100644 --- a/README.rst +++ b/README.rst @@ -32,9 +32,10 @@ for Python (supporting 2.6+ including Python 3). Features -------- -* `Full support `_ - for `Draft 3 `_ of the - schema +* Full support for + `Draft 3 `_ + and **`Draft 4 `_** + of the schema. * `Lazy validation `_ that can iteratively report *all* validation errors. diff --git a/docs/validate.rst b/docs/validate.rst index 3787c11..69f59fb 100644 --- a/docs/validate.rst +++ b/docs/validate.rst @@ -199,6 +199,8 @@ implements. .. autoclass:: Draft3Validator +.. autoclass:: Draft4Validator + Validating Formats ------------------