Răsfoiți Sursa

Fix malformed note directives.

Carl Meyer 10 ani în urmă
părinte
comite
dee3946a91
2 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 1 0
      docs/ref/contrib/postgres/forms.txt
  2. 1 0
      docs/topics/migrations.txt

+ 1 - 0
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`.

+ 1 - 0
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.