0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Simplification.

This commit is contained in:
Bertrand Bordage 2017-11-24 05:33:43 +01:00
parent b3bf2415d2
commit ff1272dea2

View File

@ -59,7 +59,7 @@ class SearchQueryShortcut(SearchQuery):
raise NotImplementedError
def get_children(self):
return self.get_equivalent(),
yield self.get_equivalent()
#
# Operators