chembl / IDG

Issue tracker for the IDG interface
0 stars 1 forks source link

Change the type of molfile field #84

Closed mnowotka closed 8 years ago

mnowotka commented 8 years ago

In the idg/models/molecule_structure_file.py, there is this line of code:

molfile = models.FileField(help_text=u'MDL Connection table representation of compound', blank=True, null=True)

I remember that FileField type is exactly what we agreed on. However I have to change this requirement because FileField is very inconvenient to use.

Please change the type of molfile field from FileField to TextField.

revajk commented 8 years ago

Done!