Documenting new system tracking endpoints

This commit is contained in:
Matthew Jones
2015-06-01 13:39:09 -04:00
parent 3375460a94
commit 22bbf21c09
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -21,6 +21,7 @@ from awx.main.utils import get_type_for_model, to_python_boolean
class MongoFilterBackend(BaseFilterBackend):
# FIX: Note that MongoEngine can't use the filter backends from DRF
def filter_queryset(self, request, queryset, view):
return queryset