[Checkins] SVN: martian/trunk/CHANGES.txt Add note in CHANGES.txt about no longer automatically associating classes

Robert Marianski rmarianski at openplans.org
Tue Mar 18 18:17:38 EDT 2008


Log message for revision 84763:
  Add note in CHANGES.txt about no longer automatically associating classes
  ending with -Base with base classes. Need to explicitly use grok.baseclass()
  

Changed:
  U   martian/trunk/CHANGES.txt

-=-
Modified: martian/trunk/CHANGES.txt
===================================================================
--- martian/trunk/CHANGES.txt	2008-03-18 20:50:51 UTC (rev 84762)
+++ martian/trunk/CHANGES.txt	2008-03-18 22:17:38 UTC (rev 84763)
@@ -11,6 +11,8 @@
   allows the grokking of views in test code using Grok's
   ``grok.testing.grok_component`` without a failure when it sets up the
   ``static`` attribute.
+* no longer use the convention that classes ending in -Base will be considered
+  base classes. You must now explicitly use the grok.baseclass() directive.
 
 0.9.3 (2008-01-26)
 ==================



More information about the Checkins mailing list