mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.11.x] Removed obsolete Widget.format_output() in tests.
Obsolete since b52c73008a9d67e9ddbb841872dc15cdd3d6ee01. Backport of 851874fe0a5dd8f99c763134df0bbaca6f03d17a from master
This commit is contained in:
parent
0ad1693494
commit
6cbfaba178
@ -29,9 +29,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):
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user