equal
deleted
inserted
replaced
22 ] |
22 ] |
23 |
23 |
24 |
24 |
25 from google.appengine.ext import db |
25 from google.appengine.ext import db |
26 |
26 |
27 from django.utils.translation import ugettext |
|
28 |
|
29 import soc.models.linkable |
27 import soc.models.linkable |
30 |
28 |
31 |
29 |
32 class ProposalDuplicates(soc.models.linkable.Linkable): |
30 class ProposalDuplicates(soc.models.linkable.Linkable): |
33 """Model used to store a JSON representation of the duplicate assignments |
31 """Model used to store a JSON representation of the duplicate assignments |