No need for self here (thanks again Elrond ;))
This commit is contained in:
parent
dc5da0f891
commit
3f2c6f96c1
@ -32,7 +32,7 @@ class DatabaseData(object):
|
|||||||
self.name, self.models, self.migrations, db)
|
self.name, self.models, self.migrations, db)
|
||||||
|
|
||||||
|
|
||||||
def gather_database_data(self, media_types):
|
def gather_database_data(media_types):
|
||||||
"""
|
"""
|
||||||
Gather all database data relevant to the extensions we have
|
Gather all database data relevant to the extensions we have
|
||||||
installed so we can do migrations and table initialization.
|
installed so we can do migrations and table initialization.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user