diff components/base.py @ 97:f94d4577ca5e

saveable_fields property of components is now a List.
author KarstenBock@gmx.net
date Tue, 27 Sep 2011 16:27:36 +0200
parents 939984cff702
children 2a12e2843984
line wrap: on
line diff
--- a/components/base.py	Tue Sep 27 16:05:07 2011 +0200
+++ b/components/base.py	Tue Sep 27 16:27:36 2011 +0200
@@ -18,4 +18,4 @@
     
     @property
     def saveable_fields(self):
-        return self.fields
\ No newline at end of file
+        return self.fields.keys()
\ No newline at end of file