[Checkins] SVN: grokcore.view/trunk/CHANGES.txt Improve CHANGES.txt.

Sylvain Viollon sylvain at infrae.com
Wed Sep 16 06:46:11 EDT 2009


Log message for revision 104150:
  Improve CHANGES.txt.
  
  

Changed:
  U   grokcore.view/trunk/CHANGES.txt

-=-
Modified: grokcore.view/trunk/CHANGES.txt
===================================================================
--- grokcore.view/trunk/CHANGES.txt	2009-09-16 10:43:50 UTC (rev 104149)
+++ grokcore.view/trunk/CHANGES.txt	2009-09-16 10:46:11 UTC (rev 104150)
@@ -17,8 +17,16 @@
   View components will now again behave like it did up until the latest alpha
   release of Grok.
 
-- Fix the template = way to associate a template to a view.
+- Fix the template registry and grokker for views to let View and
+  other components using View as base class to be associated with a
+  template directly by setting it as 'template' attribute on the view
+  class. Example::
 
+    class MyView(grokcore.view.View):
+
+        template = grokcore.view.PageTemplate('<p>hello</p>')
+
+
 1.11 (2009-09-15)
 -----------------
 



More information about the checkins mailing list