Skip to content
Snippets Groups Projects
Commit 14b1e09a authored by Julian's avatar Julian
Browse files

Merge remote-tracking branch 'origin/master'

parents 90195f21 1c2c9f33
No related branches found
No related tags found
No related merge requests found
from typing import Optional, Tuple, Type
from typing import Optional, Sequence, Type
from django.forms.widgets import Widget, MultiWidget, TextInput
......@@ -6,7 +6,7 @@ from django.forms.widgets import Widget, MultiWidget, TextInput
class SplitInput(MultiWidget):
template_name = 'django_split_input/widget.html'
def __init__(self, sizes: Tuple[int, ...], attrs: Optional[dict] = None,
def __init__(self, sizes: Sequence[int, ...], attrs: Optional[dict] = None,
input_widget: Optional[Type[Widget]] = None):
"""
A widget that renders any type of input into multiple HTML input elements.
......
{
"dependencies": {
"jquery": "^3.5.1"
"jquery": "3.5.1"
}
}
......@@ -2,7 +2,7 @@
# yarn lockfile v1
jquery@^3.5.1:
jquery@3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment