mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
Simplification.
This commit is contained in:
parent
b3bf2415d2
commit
ff1272dea2
@ -59,7 +59,7 @@ class SearchQueryShortcut(SearchQuery):
|
||||
raise NotImplementedError
|
||||
|
||||
def get_children(self):
|
||||
return self.get_equivalent(),
|
||||
yield self.get_equivalent()
|
||||
|
||||
#
|
||||
# Operators
|
||||
|
Loading…
Reference in New Issue
Block a user