fix meta keys

This commit is contained in:
j 2016-01-05 22:27:59 +05:30
parent 8a2d34b1c5
commit a5802eb077
1 changed files with 10 additions and 2 deletions

View File

@ -243,8 +243,16 @@ class Item(db.Model):
state.db.session.commit()
meta_keys = (
'title', 'author', 'date', 'publisher', 'edition',
'language', 'description', 'classification'
'author',
'classification',
'date',
'description',
'edition',
'language',
'pages',
'place',
'publisher',
'title'
)
def update_meta(self, data):