From dee3946a91be2c880b5930550db681aae54b19ed Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Mon, 17 Nov 2014 16:42:54 -0700 Subject: Fix malformed note directives. --- docs/ref/contrib/postgres/forms.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/ref') diff --git a/docs/ref/contrib/postgres/forms.txt b/docs/ref/contrib/postgres/forms.txt index 261cc7f4f4..fcf44ce6a5 100644 --- a/docs/ref/contrib/postgres/forms.txt +++ b/docs/ref/contrib/postgres/forms.txt @@ -150,6 +150,7 @@ HStoreField submission to the server. .. note:: + On occasions it may be useful to require or restrict the keys which are valid for a given field. This can be done using the :class:`~django.contrib.postgres.validators.KeysValidator`. -- cgit v1.3