committed
7c90898
Commit
Comments (0)
Files changed (3)
-
+3 -3M piston/resource.py
-
+3 -1M piston/tests.py
-
+7 -0M tests/test_project/settings.py
piston/resource.py Modified
- Ignore whitespace
piston/tests.py Modified
- Ignore whitespace
+ is_string = (not response._base_content_is_iter) if django.VERSION >= (1,4) else response._is_string