kopia lustrzana https://github.com/jedie/PyInventory
Update "django-tagulous" v1.2 -> v1.3
rodzic
50285eed9c
commit
f6f11813ae
|
@ -433,7 +433,7 @@ django-reversion = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "django-tagulous"
|
name = "django-tagulous"
|
||||||
version = "1.2.0"
|
version = "1.3.0"
|
||||||
description = "Fabulous Tagging for Django"
|
description = "Fabulous Tagging for Django"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -443,7 +443,7 @@ python-versions = "*"
|
||||||
Django = ">=2.2"
|
Django = ">=2.2"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
dev = ["tox", "jasmine"]
|
dev = ["tox", "jasmine", "djangorestframework (>=3.0,<4.0)"]
|
||||||
devdb = ["psycopg2", "mysqlclient"]
|
devdb = ["psycopg2", "mysqlclient"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -1430,7 +1430,7 @@ psycopg2-source = ["psycopg2"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = ">=3.7,<4.0.0"
|
python-versions = ">=3.7,<4.0.0"
|
||||||
content-hash = "49fcaa8b5b39bb9bdbe795ff764b4abfb40919635486e207182a5afe6c564e3e"
|
content-hash = "c2bf0a39636ab9faccf53e3b1da8f7f6e633390d8352ad73f473b32d6917d90b"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
astor = [
|
astor = [
|
||||||
|
@ -1694,8 +1694,8 @@ django-reversion-compare = [
|
||||||
{file = "django_reversion_compare-0.14.1-py3-none-any.whl", hash = "sha256:8b9b8cf5dc290be7d1fa36b1bd79378c8a4723ea0227a0c683f5d30db105350c"},
|
{file = "django_reversion_compare-0.14.1-py3-none-any.whl", hash = "sha256:8b9b8cf5dc290be7d1fa36b1bd79378c8a4723ea0227a0c683f5d30db105350c"},
|
||||||
]
|
]
|
||||||
django-tagulous = [
|
django-tagulous = [
|
||||||
{file = "django-tagulous-1.2.0.tar.gz", hash = "sha256:ea95ad5e2e530d5a736843966c6544cb0643a93f833a2dca972a85b967f5c6a3"},
|
{file = "django-tagulous-1.3.0.tar.gz", hash = "sha256:8e7967f196358a0c7985f65ec5672afab350e9224062a769a74ff456a01d94cd"},
|
||||||
{file = "django_tagulous-1.2.0-py3-none-any.whl", hash = "sha256:3cbf1dd88d7f686da08c58e54bd32d8044084b38c2d72b80792874346847ba61"},
|
{file = "django_tagulous-1.3.0-py3-none-any.whl", hash = "sha256:2da8fd03d466fea6769e44df774c69d214b95eec2b6e9b7c6073309bc8781c72"},
|
||||||
]
|
]
|
||||||
django-tools = [
|
django-tools = [
|
||||||
{file = "django-tools-0.48.3.tar.gz", hash = "sha256:08ed2ae606067f49c2c3949055227a826c8b880e5816114925eca386cf1823af"},
|
{file = "django-tools-0.48.3.tar.gz", hash = "sha256:08ed2ae606067f49c2c3949055227a826c8b880e5816114925eca386cf1823af"},
|
||||||
|
|
|
@ -49,10 +49,7 @@ django-reversion-compare = "*" # https://github.com/jedie/django-reversion-comp
|
||||||
django-ckeditor = "*" # https://github.com/django-ckeditor/django-ckeditor
|
django-ckeditor = "*" # https://github.com/django-ckeditor/django-ckeditor
|
||||||
bx_py_utils = "*" # https://github.com/boxine/bx_py_utils
|
bx_py_utils = "*" # https://github.com/boxine/bx_py_utils
|
||||||
bx_django_utils = "*" # https://github.com/boxine/bx_django_utils
|
bx_django_utils = "*" # https://github.com/boxine/bx_django_utils
|
||||||
|
django-tagulous = "*" # https://github.com/radiac/django-tagulous
|
||||||
# TODO: Update:
|
|
||||||
django-tagulous = "<=1.2.0" # https://github.com/radiac/django-tagulous
|
|
||||||
|
|
||||||
django-admin-sortable2 = "*" # https://github.com/jrief/django-admin-sortable2
|
django-admin-sortable2 = "*" # https://github.com/jrief/django-admin-sortable2
|
||||||
django-axes = "*" # https://github.com/jazzband/django-axes
|
django-axes = "*" # https://github.com/jazzband/django-axes
|
||||||
requests = "*" # https://github.com/psf/requests
|
requests = "*" # https://github.com/psf/requests
|
||||||
|
|
Ładowanie…
Reference in New Issue