diff options
| author | Tom Christie | 2011-05-12 16:03:14 +0100 | 
|---|---|---|
| committer | Tom Christie | 2011-05-12 16:03:14 +0100 | 
| commit | 44c8b89c6051483677e72a6fc657b1e0457182d1 (patch) | |
| tree | 54c393760388269e6f616aac1218c67e4915d042 /djangorestframework/tests/methods.py | |
| parent | a31a68d6cba30c95251dad70bf4d18f83f782c67 (diff) | |
| download | django-rest-framework-44c8b89c6051483677e72a6fc657b1e0457182d1.tar.bz2 | |
_perform_form_overloading becomes transparent
Diffstat (limited to 'djangorestframework/tests/methods.py')
| -rw-r--r-- | djangorestframework/tests/methods.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/djangorestframework/tests/methods.py b/djangorestframework/tests/methods.py index 961d518b..d8f0d919 100644 --- a/djangorestframework/tests/methods.py +++ b/djangorestframework/tests/methods.py @@ -23,5 +23,4 @@ class TestMethodOverloading(TestCase):          """POST requests can be overloaded to another method by setting a reserved form field"""          view = RequestMixin()          view.request = self.req.post('/', {view._METHOD_PARAM: 'DELETE'}) -        view._perform_form_overloading()          self.assertEqual(view.method, 'DELETE')  | 
