Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-split-input
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julian
django-split-input
Commits
86d35ba4
Verified
Commit
86d35ba4
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Bump version
parent
6fd80f14
No related branches found
Branches containing commit
Tags
0.2.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+8
-8
8 additions, 8 deletions
poetry.lock
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
9 additions
and
9 deletions
poetry.lock
+
8
−
8
View file @
86d35ba4
...
@@ -11,7 +11,7 @@ tests = ["pytest", "pytest-asyncio"]
...
@@ -11,7 +11,7 @@ tests = ["pytest", "pytest-asyncio"]
[[package]]
[[package]]
name
=
"django"
name
=
"django"
version
=
"3.1.
5
"
version
=
"3.1.
6
"
description
=
"A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
description
=
"A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -28,7 +28,7 @@ bcrypt = ["bcrypt"]
...
@@ -28,7 +28,7 @@ bcrypt = ["bcrypt"]
[[package]]
[[package]]
name
=
"pytz"
name
=
"pytz"
version
=
"202
0.5
"
version
=
"202
1.1
"
description
=
"World timezone definitions, modern and historical"
description
=
"World timezone definitions, modern and historical"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -44,8 +44,8 @@ python-versions = ">=3.5"
...
@@ -44,8 +44,8 @@ python-versions = ">=3.5"
[metadata]
[metadata]
lock-version
=
"1.1"
lock-version
=
"1.1"
python-versions
=
"^3.
8.6
"
python-versions
=
"^3.
7
"
content-hash
=
"
fb2e8e04534e05f62b1447feca93b98e81d22a72ddb0129ef480ece1dfea075a
"
content-hash
=
"
4fdab9852d4bdfc91e2cf5db5e1a24cc36346f008efeda6517ce4c60f1bbb1c2
"
[metadata.files]
[metadata.files]
asgiref
=
[
asgiref
=
[
...
@@ -53,12 +53,12 @@ asgiref = [
...
@@ -53,12 +53,12 @@ asgiref = [
{file
=
"asgiref-3.3.1.tar.gz"
,
hash
=
"sha256:7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0"
}
,
{file
=
"asgiref-3.3.1.tar.gz"
,
hash
=
"sha256:7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0"
}
,
]
]
django
=
[
django
=
[
{file
=
"Django-3.1.
5
-py3-none-any.whl"
,
hash
=
"sha256:
efa2ab96b33b20c2182db93147a0c3cd7769d418926f9e9f140a60dca7c64ca9
"
}
,
{file
=
"Django-3.1.
6
-py3-none-any.whl"
,
hash
=
"sha256:
169e2e7b4839a7910b393eec127fd7cbae62e80fa55f89c6510426abf673fe5f
"
}
,
{file
=
"Django-3.1.
5
.tar.gz"
,
hash
=
"sha256:
2d78425ba74c7a1a74b196058b261b9733a8570782f4e2828974777ccca7edf
7"
}
,
{file
=
"Django-3.1.
6
.tar.gz"
,
hash
=
"sha256:
c6c0462b8b361f8691171af1fb87eceb4442da28477e12200c40420176206ba
7"
}
,
]
]
pytz
=
[
pytz
=
[
{file
=
"pytz-202
0.5
-py2.py3-none-any.whl"
,
hash
=
"sha256:
16962c5fb8db4a8f63a26646d8886e9d769b6c511543557bc84e9569fb9a9cb4
"
}
,
{file
=
"pytz-202
1.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798
"
}
,
{file
=
"pytz-202
0.5
.tar.gz"
,
hash
=
"sha256:
180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3
da
5
"
}
,
{file
=
"pytz-202
1.1
.tar.gz"
,
hash
=
"sha256:
83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4
da"
}
,
]
]
sqlparse
=
[
sqlparse
=
[
{file
=
"sqlparse-0.4.1-py3-none-any.whl"
,
hash
=
"sha256:017cde379adbd6a1f15a61873f43e8274179378e95ef3fede90b5aa64d304ed0"
}
,
{file
=
"sqlparse-0.4.1-py3-none-any.whl"
,
hash
=
"sha256:017cde379adbd6a1f15a61873f43e8274179378e95ef3fede90b5aa64d304ed0"
}
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
86d35ba4
[tool.poetry]
[tool.poetry]
name
=
"django-split-input"
name
=
"django-split-input"
version
=
"0.2.
0
"
version
=
"0.2.
1
"
description
=
"A widget to have a django text input split into multiple HTML inputs."
description
=
"A widget to have a django text input split into multiple HTML inputs."
authors
=
[
"Julian Leucker <leuckerj@gmail.com>"
]
authors
=
[
"Julian Leucker <leuckerj@gmail.com>"
]
readme
=
"README.md"
readme
=
"README.md"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment