Add simplified title to library title

This commit is contained in:
Ruud
2012-01-22 23:35:08 +01:00
parent e34b660e59
commit fa98da2edf
+1
View File
@@ -63,6 +63,7 @@ class LibraryTitle(Entity):
using_options(order_by = '-default')
title = Field(Unicode)
simple_title = Field(Unicode)
default = Field(Boolean)
language = OneToMany('Language')