Merge branch 'master' of github.com:torchbox/wagtail

pull/60/merge
Matt Westcott 2014-02-17 11:25:48 +00:00
commit d6a60d4adf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -523,7 +523,7 @@ def get_navigation_menu_items():
return root_children
except IndexError:
# what, we don't even have a root node? Fine, just return an empty list...
[]
return []
class Orderable(models.Model):