I'm trying to trigger code that takes a snapshot of a page every time it gets published, I'm noticing that at the time the signal is triggered, the changes to the page are not yet reflected on the published version, is that the expected behavior? My expectation is that the changes are public when the signal is triggered.
You can test this by adding a breakpoint here <https://github.com/divio/django-cms/blob/release/3.4.x/cms/models/pagemodel.py#L763>, right after the signal is called and then opening the test page in incognito mode or a different browser. -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to [email protected] --- You received this message because you are subscribed to the Google Groups "django CMS developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/django-cms-developers/57da1dd2-3bd8-4227-8cf2-31da8333a666%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
