diff --git a/docs/en/reference/events.rst b/docs/en/reference/events.rst index 1a1728392..2762e5fc7 100644 --- a/docs/en/reference/events.rst +++ b/docs/en/reference/events.rst @@ -184,13 +184,6 @@ the life-time of their registered entities. invoked, after all references to entities have been removed from the unit of work. This event is not a lifecycle callback. -.. warning:: - - Note that the postLoad event occurs for an entity - before any associations have been initialized. Therefore it is not - safe to access associations in a postLoad callback or event - handler. - .. warning:: Note that the postRemove event or any events triggered after an entity removal