Add reminder to add functionality

This commit is contained in:
Roberto Rosario
2014-07-20 17:25:15 -04:00
parent 66fd17a3fb
commit e9717d9bdd

View File

@@ -23,7 +23,8 @@ class MetadataType(models.Model):
verbose_name=_(u'lookup'),
help_text=_(u'Enter a string to be evaluated that returns an iterable.'))
# TODO: Add datatype choice: Date, Time, String, Number
# TODO: Find a different way to let users know what models and functions are
# available now that we removed these from the help_text
objects = MetadataTypeManager()
def __unicode__(self):