Add 1.15.0 changelog

This commit is contained in:
Cristi Vijdea
2019-04-01 03:26:05 +03:00
parent f692fe7c98
commit 887b53300a
3 changed files with 7 additions and 11 deletions
-1
View File
@@ -378,7 +378,6 @@ class ViewInspector(BaseInspector):
"""
raise NotImplementedError("ViewInspector must implement get_operation()!")
# methods below provided as default implementations for probing inspectors
def is_list_view(self):
"""Determine whether this view is a list or a detail view. The difference between the two is that
detail views depend on a pk/id path parameter. Note that a non-detail view does not necessarily imply a list