From 8d2478d5aecc5eeb3d6a58f49cc130c4a342054d Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 12 Dec 2010 10:21:29 -0700 Subject: Add sentence below first mention of ISession.changed() method referring reader to gotchas --- docs/narr/sessions.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 71e10321f..c7952bd06 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -97,6 +97,8 @@ Extra methods: ``changed()`` Call this when you mutate a mutable value in the session namespace. + See the gotchas below for details on when, and why you should + call this. ``invalidate()`` Call this when you want to invalidate the session (dump all data, -- cgit v1.2.3