Skip to content

Commit

Permalink
Fix malformed note directives.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Nov 17, 2014
1 parent cbffc90 commit dee3946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/ref/contrib/postgres/forms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
1 change: 1 addition & 0 deletions docs/topics/migrations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dee3946

Please sign in to comment.