equal
deleted
inserted
replaced
26 |
26 |
27 |
27 |
28 from google.appengine.ext import db |
28 from google.appengine.ext import db |
29 |
29 |
30 from soc.views import helper |
30 from soc.views import helper |
|
31 |
31 import soc.views.helper.forms |
32 import soc.views.helper.forms |
32 |
33 |
33 |
34 |
34 class ModelWithFieldAttributes(db.Model): |
35 class ModelWithFieldAttributes(db.Model): |
35 """A db.Model extension that provides access to Model properties attributes. |
36 """A db.Model extension that provides access to Model properties attributes. |