diff options
| author | Carl Meyer <carl@oddbird.net> | 2014-11-17 16:42:54 -0700 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2014-11-17 16:42:54 -0700 |
| commit | dee3946a91be2c880b5930550db681aae54b19ed (patch) | |
| tree | 630fc5f3fc004b6f8c90edd4238347c5ddfe40b3 /docs/ref | |
| parent | cbffc900bb8ce3c98aeae7cd8a3612d9c8c1baab (diff) | |
Fix malformed note directives.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/postgres/forms.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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`. |
