-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ebb982
commit 2b19ed3
Showing
14 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
django_admin_hstore_widget/static/admin/js/django_admin_hstore_widget/p-c54ab965.entry.js
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...hstore_widget/django-hstore-widget.esm.js → ...hstore_widget/django-hstore-widget.esm.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
django_hstore_widget/static/admin/js/django_hstore_widget/p-d858b589.entry.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...templates/django_admin_hstore_widget.html → ...idget/templates/django_hstore_widget.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{% load static %} | ||
|
||
<script type="module" src='{% static 'admin/js/django_admin_hstore_widget/django-hstore-widget.esm.js' %}'></script> | ||
<script type="module" src='{% static 'admin/js/django_hstore_widget/django-hstore-widget.esm.js' %}'></script> | ||
|
||
|
||
<django-hstore-widget style='width:100%' field_name="{{ field_name }}" json="{{ field_data }}" /> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "django-hstore-widget-2" | ||
name = "django-hstore-widget" | ||
version = "0.0.1" | ||
description = "Continual of django-admin-hstore-widget" | ||
description = "Human friendly HStoreWidget. Continual of django-admin-hstore-widget." | ||
authors = ["baseplate-admin <[email protected]>"] | ||
readme = "README.md" | ||
license = "MIT" | ||
|
@@ -18,6 +18,8 @@ classifiers = [ | |
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: Implementation :: PyPy", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3.6", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
|
@@ -28,7 +30,7 @@ classifiers = [ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">3.8" | ||
python = ">3.6" | ||
django = "*" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters