[Checkins] SVN: grok/trunk/doc/upgrade.txt Added upgrade note for view/codeview split

Reinout van Rees reinout at vanrees.org
Tue Jul 7 05:52:22 EDT 2009


Log message for revision 101687:
  Added upgrade note for view/codeview split
  

Changed:
  U   grok/trunk/doc/upgrade.txt

-=-
Modified: grok/trunk/doc/upgrade.txt
===================================================================
--- grok/trunk/doc/upgrade.txt	2009-07-07 09:44:15 UTC (rev 101686)
+++ grok/trunk/doc/upgrade.txt	2009-07-07 09:52:22 UTC (rev 101687)
@@ -13,6 +13,10 @@
 Upgrading to 1.0b1 (not released)
 ----------------------------------
 
+* The View class (from either grokcore.view or grok itself) has been splitted
+  in to View and CodeView.  If you have a template: use View.  If you have a
+  render method: you must subclass from CodeView instead of View from now on.
+
 * The default permission is now grok.View as a replacement for zope.Public.
   You need to add this permission as a default permission to all
   users (use zope.Anybody). This requires a change to site.zcml as follows.



More information about the Checkins mailing list