From bd82a5563183bb293303304686671132b7a030ff Mon Sep 17 00:00:00 2001 From: Danielle Suurlant Date: Sun, 23 Jun 2013 15:26:46 +0200 Subject: [PATCH] Rewrite validation groups explanation. --- book/validation.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/book/validation.rst b/book/validation.rst index f1c676eca9a..09f9f97b3fd 100644 --- a/book/validation.rst +++ b/book/validation.rst @@ -779,10 +779,9 @@ user registers and when a user updates his/her contact information later: With this configuration, there are two validation groups: -* ``Default`` - contains the constraints not assigned to any other group; - -* ``User`` - contains the constraints that belongs to group ``Default`` - (this group is useful for :ref:`book-validation-group-sequence`); +* ``User`` - contains the constraints that belong to no other group, + and is considered the ``Default`` group. (This group is useful for + :ref:`book-validation-group-sequence`); * ``registration`` - contains the constraints on the ``email`` and ``password`` fields only.