summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2014-11-17 16:42:54 -0700
committerCarl Meyer <carl@oddbird.net>2014-11-17 16:42:54 -0700
commitdee3946a91be2c880b5930550db681aae54b19ed (patch)
tree630fc5f3fc004b6f8c90edd4238347c5ddfe40b3 /docs
parentcbffc900bb8ce3c98aeae7cd8a3612d9c8c1baab (diff)
Fix malformed note directives.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/postgres/forms.txt1
-rwxr-xr-xdocs/topics/migrations.txt1
2 files changed, 2 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`.
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index 348249388a..238a600caf 100755
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -604,6 +604,7 @@ of three things ``(path, args, kwargs)``:
``__init__`` method. Every value should itself be serializable.
.. note::
+
This return value is different from the ``deconstruct()`` method
:ref:`for custom fields <custom-field-deconstruct-method>` which returns a
tuple of four items.