mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Removed obsolete Widget.format_output() in tests.
Obsolete since b52c73008a
.
This commit is contained in:
parent
8ef35468b6
commit
851874fe0a
2 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue