@@ -940,9 +940,11 @@ in_list Yes Fails if field is not within a predetermined
940
940
integer No Fails if field contains anything other than
941
941
an integer.
942
942
is_natural No Fails if field contains anything other than
943
- a natural number: 0, 1, 2, 3, etc.
943
+ a natural number: ``0 ``, ``1 ``, ``2 ``, ``3 ``
944
+ , etc.
944
945
is_natural_no_zero No Fails if field contains anything other than
945
- a natural number, except zero: 1, 2, 3, etc.
946
+ a natural number, except zero: ``1 ``, ``2 ``,
947
+ ``3 ``, etc.
946
948
is_not_unique Yes Checks the database to see if the given value ``is_not_unique[table.field,where_field,where_value] ``
947
949
exists. Can ignore records by field/value to
948
950
filter (currently accept only one filter).
@@ -974,7 +976,7 @@ required_with Yes The field is required when any of the other
974
976
fields is not `empty() `_ in the data.
975
977
required_without Yes The field is required when any of the other ``required_without[field1,field2] ``
976
978
fields is `empty() `_ in the data.
977
- string No A generic alternative to the alpha* rules
979
+ string No A generic alternative to the ** alpha* * * rules
978
980
that confirms the element is a string
979
981
timezone No Fails if field does not match a timezone
980
982
per `timezone_identifiers_list() `_
0 commit comments