summaryrefslogtreecommitdiff
path: root/django/oldforms/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/oldforms/__init__.py')
-rw-r--r--django/oldforms/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/django/oldforms/__init__.py b/django/oldforms/__init__.py
index ea1f425ad3..5814eef7ff 100644
--- a/django/oldforms/__init__.py
+++ b/django/oldforms/__init__.py
@@ -309,10 +309,6 @@ class FormField(object):
return data
html2python = staticmethod(html2python)
- def iter_render(self, data):
- # this even needed?
- return (self.render(data),)
-
def render(self, data):
raise NotImplementedError