mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
Simplification.
This commit is contained in:
parent
b3bf2415d2
commit
ff1272dea2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue