We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a9b95 commit ebee950Copy full SHA for ebee950
1 file changed
user_guide_src/source/models/model.rst
@@ -220,6 +220,11 @@ You can also change the value by the ``cleanRules()`` method.
220
221
.. note:: Prior to v4.2.7, ``$cleanValidationRules`` did not work due to a bug.
222
223
+$allowCallbacks
224
+---------------
225
+
226
+Whether the callbacks defined below should be used.
227
228
$beforeInsert
229
-------------
230
$afterInsert
@@ -236,11 +241,6 @@ $afterDelete
236
241
These arrays allow you to specify callback methods that will be run on the data at the
237
242
time specified in the property name.
238
243
239
-$allowCallbacks
240
----------------
-
-Whether the callbacks defined above should be used.
244
Working With Data
245
*****************
246
0 commit comments