Removed search_name from core.Page

pull/89/head
Karl Hobley 2014-02-24 10:34:28 +00:00
rodzic 3c4cd74cf6
commit 03019b9640
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -190,8 +190,6 @@ class Page(MP_Node, ClusterableModel, Indexed):
},
}
search_name = None
def __init__(self, *args, **kwargs):
super(Page, self).__init__(*args, **kwargs)
if not self.id and not self.content_type_id: