[Checkins] SVN: grok/trunk/doc/groktut/the_rules_of_persistence2/ second bit of sample code for the rules of persistence.

Martijn Faassen faassen at infrae.com
Mon Mar 19 18:36:14 EDT 2007


Log message for revision 73362:
  second bit of sample code for the rules of persistence.
  

Changed:
  A   grok/trunk/doc/groktut/the_rules_of_persistence2/
  U   grok/trunk/doc/groktut/the_rules_of_persistence2/src/sample/app.py

-=-
Copied: grok/trunk/doc/groktut/the_rules_of_persistence2 (from rev 73361, grok/trunk/doc/groktut/the_rules_of_persistence)

Modified: grok/trunk/doc/groktut/the_rules_of_persistence2/src/sample/app.py
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence/src/sample/app.py	2007-03-19 22:28:36 UTC (rev 73361)
+++ grok/trunk/doc/groktut/the_rules_of_persistence2/src/sample/app.py	2007-03-19 22:36:13 UTC (rev 73362)
@@ -13,4 +13,5 @@
         if text is None:
             return
         self.context.list.append(text)
+        self.context._p_changed = True
         self.redirect(self.url('index'))



More information about the Checkins mailing list