changeset 385 | 6d410bf49a82 |
parent 351 | b37fc4c1e189 |
child 936 | b3e1e0c9649c |
384:45d6a1b492d6 | 385:6d410bf49a82 |
---|---|
19 __authors__ = [ |
19 __authors__ = [ |
20 '"Pawel Solyga" <pawel.solyga@gmail.com>', |
20 '"Pawel Solyga" <pawel.solyga@gmail.com>', |
21 ] |
21 ] |
22 |
22 |
23 |
23 |
24 from google.appengine.ext import db |
|
25 |
|
26 from django.utils.translation import ugettext_lazy |
|
27 |
|
28 import soc.models.work |
24 import soc.models.work |
29 |
25 |
30 |
26 |
31 class Document(soc.models.work.Work): |
27 class Document(soc.models.work.Work): |
32 """Model of a Document. |
28 """Model of a Document. |