mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +00:00
[1.11.x] Removed obsolete Widget.format_output() in tests.
Obsolete sinceb52c73008a. Backport of851874fe0afrom master
This commit is contained in:
@@ -34,9 +34,6 @@ class ComplexMultiWidget(MultiWidget):
|
||||
]
|
||||
return [None, None, None]
|
||||
|
||||
def format_output(self, rendered_widgets):
|
||||
return '\n'.join(rendered_widgets)
|
||||
|
||||
|
||||
class ComplexField(MultiValueField):
|
||||
def __init__(self, required=True, widget=None, label=None, initial=None):
|
||||
|
||||
Reference in New Issue
Block a user