From acb21949195b7f627e2a5326957155ec868223e4 Mon Sep 17 00:00:00 2001 From: Elrond Date: Sat, 3 Mar 2012 21:12:57 +0100 Subject: [PATCH] And media_data_init() for sql as a dummy Needs to be implemented. --- mediagoblin/db/sql/models.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mediagoblin/db/sql/models.py b/mediagoblin/db/sql/models.py index 8ae32c63..dbc9ca05 100644 --- a/mediagoblin/db/sql/models.py +++ b/mediagoblin/db/sql/models.py @@ -172,6 +172,10 @@ class MediaEntry(Base, MediaEntryMixin): # TODO: Replace with proper code to read the correct table return {} + def media_data_init(self, **kwargs): + # TODO: Implement this + pass + class MediaFile(Base): """ -- 2.25.1