fnp
/
django-migdal.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Tested for Django 1.7-1.11
[django-migdal.git]
/
migdal
/
views.py
diff --git
a/migdal/views.py
b/migdal/views.py
index
0d4d996
..
47fddf2
100644
(file)
--- a/
migdal/views.py
+++ b/
migdal/views.py
@@
-102,5
+102,4
@@
class SearchPublishedView(SearchView):
else:
return True
results = filter(lambda r: is_published(r.object), results)
- print results
return results