@@ -288,7 +288,7 @@ class Dataproduct(BasicCommon):
size=BigIntegerField(null=True,help_text='Dataproduct size, in bytes. Used for accounting purposes. NULL if size is (yet) unknown (NULLable).')
feedback_doc=JSONField(help_text='Dataproduct properties, as reported by the producing process.')
feedback_template=ForeignKey('DataproductFeedbackTemplate',on_delete=PROTECT,help_text='Schema used for feedback_doc.')
sap=ForeignKey('SAP',on_delete=PROTECT,null=True,related_name="SAP_dataproducts",help_text='SAP this dataproduct was generated out of (NULLable).')# todo: I find it odd to have this uppercase
sap=ForeignKey('SAP',on_delete=PROTECT,null=True,related_name="dataproducts",help_text='SAP this dataproduct was generated out of (NULLable).')