Index: docs/ref/models/instances.txt
===================================================================
--- docs/ref/models/instances.txt	(revisión: 8596)
+++ docs/ref/models/instances.txt	(copia de trabajo)
@@ -104,8 +104,7 @@
 
     1. **Emit a ``pre_save`` signal.** This provides a notification that
        an object is about to be saved. You can register a listener that
-       will be invoked whenever this signal is emitted. (These signals are
-       not yet documented.)
+       will be invoked whenever this signal is emitted.
 
     2. **Pre-process the data.** Each field on the object is asked to
        perform any automated data modification that the field may need
@@ -137,7 +136,7 @@
 
     5. **Emit a ``post_save`` signal.** As with the ``pre_save`` signal, this
        is used to provide notification that an object has been successfully
-       saved. (These signals are not yet documented.)
+       saved.
 
 Raw saves
 ~~~~~~~~~
