Skip to content

Commit

Permalink
Update docs for change.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 2, 2012
1 parent b62b6dd commit e1dcc2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions en/appendices/2-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ anything.
Models
======

- The ``beforeDelete`` callback will get fired first in behaviors and the in the model itself,
this makes it consistent with the rest of the events triggered in the model layer.
- The ``beforeDelete`` callback will be fired before behaviors beforeDelete callbacks.
This makes it consistent with the rest of the events triggered in the model layer.
- ``Model::find('threaded')`` now triggers a warning when called on models
without a ``parent_id`` field.


Exceptions
Expand Down

0 comments on commit e1dcc2b

Please sign in to comment.