From 96184b95419e5cac443ad6c3e25f1d83b494994d Mon Sep 17 00:00:00 2001 From: Strate Date: Sun, 21 Sep 2014 22:36:12 +0400 Subject: [PATCH] DDC-3005.Removed warning in documentation --- docs/en/reference/events.rst | 7 ------- 1 file changed, 7 deletions(-) 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