[Checkins] SVN: grok/trunk/ make note in CHANGES.txt and doc/upgrade.txt that the automatic -Base class association is removed in grok 0.12

Robert Marianski rmarianski at openplans.org
Tue Mar 18 18:54:01 EDT 2008


Log message for revision 84764:
  make note in CHANGES.txt and doc/upgrade.txt that the automatic -Base class association is removed in grok 0.12

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

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2008-03-18 22:17:38 UTC (rev 84763)
+++ grok/trunk/CHANGES.txt	2008-03-18 22:54:00 UTC (rev 84764)
@@ -28,6 +28,10 @@
 
     $ easy_install -U grokproject
 
+* Classes that end with "-Base" are no longer implicitly considered base
+  classes. These classes need to have the grok.baseclass() directive added to
+  them explicitly.
+
   See also the ``upgrade notes``_ for information on how to update
   your existing projects.
  

Modified: grok/trunk/doc/upgrade.txt
===================================================================
--- grok/trunk/doc/upgrade.txt	2008-03-18 22:17:38 UTC (rev 84763)
+++ grok/trunk/doc/upgrade.txt	2008-03-18 22:54:00 UTC (rev 84764)
@@ -26,6 +26,12 @@
 
     $ easy_install -U grokproject
 
+* The convention that classes ending with -Base automatically become base
+  classes has been removed with martian 0.9.4. Please add the grok.baseclass()
+  directive to these classes explicitly where the 'Base' class convention was
+  relied upon to preserve existing functionality.
+
+
 Upgrading to 0.11
 -----------------
 



More information about the Checkins mailing list