summaryrefslogtreecommitdiff
path: root/django/oldforms/__init__.py
diff options
context:
space:
mode:
authorBoulder Sprinters <boulder-sprinters@djangoproject.com>2007-06-22 16:56:04 +0000
committerBoulder Sprinters <boulder-sprinters@djangoproject.com>2007-06-22 16:56:04 +0000
commit0cb8e31823b2e9f05c4ae868c19f5f38e78a5f2e (patch)
treeac6cc6152cbb5fe1968dc399bc1716f29cd41165 /django/oldforms/__init__.py
parent829b25833a8e8ee6ce1fecdcd0733ededebe065b (diff)
boulder-oracle-sprint: Merged to [5511]archive/attic/boulder-oracle-sprint
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5512 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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