Selaa lähdekoodia

Changed note about update_fields and pre_save() to admonition.

Follow up to bf47c719719d0e190a99fa2e7f959d5bbb7caf8a.
Mariusz Felisiak 2 vuotta sitten
vanhempi
commit
5d36a8266c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/ref/models/instances.txt

+ 1 - 1
docs/ref/models/instances.txt

@@ -621,7 +621,7 @@ from the DB will get updated. In effect there is an automatic
 ``update_fields`` in this case. If you assign or change any deferred field
 value, the field will be added to the updated fields.
 
-.. note::
+.. admonition:: ``Field.pre_save()`` and ``update_fields``
 
     If ``update_fields`` is passed in, only the
     :meth:`~django.db.models.Field.pre_save` methods of the ``update_fields``