Update dynamic_search app to work with organizations. Remove Recent search feature.

This commit is contained in:
Roberto Rosario
2016-06-30 18:46:26 -04:00
parent 1b8436add7
commit aa56e8ae14
18 changed files with 37 additions and 269 deletions

View File

@@ -24,7 +24,6 @@ class GenericAPITestCase(APITestCase):
username=self.admin_user.username, password=password
)
def tearDown(self):
super(GenericAPITestCase, self).tearDown()
self.admin_user.delete()