__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 05 Apr 2009 17:50:56 +0000
changeset 2082 01e4d183fe3e
parent 63 9b1909e46633
permissions -rw-r--r--
Fixed a 'stylefix' in DynaField that wasn't a style issue The word 'base' was not chosen arbitarily but is a variable name, by changing it to object DynaFields were no longer a subclass of Field, so they were not included anymore. Patch by: Sverre Rabbelier