summaryrefslogtreecommitdiff
path: root/archaeological_files/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-11-24 14:50:22 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2014-11-24 14:50:22 +0100
commit1094b07f381b658f8325c2723afa2e26b8909ebb (patch)
tree660816bc439f5387855dddacf7f6cf107c40de0a /archaeological_files/models.py
parent85732c3372a0667e5058929a124ef023850a8ca2 (diff)
downloadIshtar-1094b07f381b658f8325c2723afa2e26b8909ebb.tar.bz2
Ishtar-1094b07f381b658f8325c2723afa2e26b8909ebb.zip
Work on SRA importation
Diffstat (limited to 'archaeological_files/models.py')
-rw-r--r--archaeological_files/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_files/models.py b/archaeological_files/models.py
index 0c18af090..a1b42f722 100644
--- a/archaeological_files/models.py
+++ b/archaeological_files/models.py
@@ -147,6 +147,7 @@ class File(BaseHistorizedItem, OwnPerms, ValueGetter, ShortMenuItem,
# <-- research archaeology
cached_label = models.CharField(_(u"Cached name"), max_length=500,
null=True, blank=True)
+ imported_line = models.TextField(_(u"Imported line"), null=True, blank=True)
history = HistoricalRecords()
class Meta: