PyInventory 0.23.1__tar.gz → 0.23.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyinventory-0.23.1 → pyinventory-0.23.2}/PKG-INFO +6 -4
- {pyinventory-0.23.1 → pyinventory-0.23.2}/README.md +5 -3
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/__init__.py +1 -1
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/static/inventory.css +0 -7
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/templates/admin/base_site.html +4 -1
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_admin_item_normal_user_create_minimal_item_2.snapshot.html +1 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.editorconfig +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.github/workflows/tests.yml +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.gitignore +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.idea/.gitignore +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.pre-commit-config.yaml +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.pre-commit-hooks.yaml +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.run/Template Django tests.run.xml +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.run/Template Python.run.xml +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.run/manage.py --help.run.xml +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.run/manage.py make_messages.run.xml +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.run/manage.py update_req.run.xml +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/.run/unittests ___all___.run.xml +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/AUTHORS +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/LICENSE +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/dist/.gitignore +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/admin/__init__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/admin/base.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/admin/item.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/admin/location.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/admin/memo.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/admin/tests/__init__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/admin/tests/test_item.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/admin/tests/test_item_happy_path_1.snapshot.html +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/apps.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/checks.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/ckeditor_upload.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/constants.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/context_processors.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/forms.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/locale/ca/LC_MESSAGES/django.mo +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/locale/ca/LC_MESSAGES/django.po +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/locale/de/LC_MESSAGES/django.mo +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/locale/de/LC_MESSAGES/django.po +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/locale/en/LC_MESSAGES/django.mo +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/locale/en/LC_MESSAGES/django.po +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/locale/es/LC_MESSAGES/django.mo +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/locale/es/LC_MESSAGES/django.po +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/management/__init__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/management/commands/__init__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/management/commands/seed_data.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/management/commands/tree.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/middlewares.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0001_initial.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0002_auto_20201017_2211.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0003_auto_20201024_1830.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0004_item_user_images.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0005_serve_uploads_by_django_tools.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0006_refactor_image_model.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0007_add_file_attachment.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0008_last_check_datetime.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0009_add_memo.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0010_version_protect_models.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0011_parent_tree1.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0012_parent_tree2.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0013_alter_itemmodel_location.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0014_alter_itemmodel_description_and_more.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0015_itemmaincategory_itemmodel_category.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/__init__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/models/__init__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/models/base.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/models/item.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/models/links.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/models/location.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/models/memo.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/parent_tree.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/permissions.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/persistent_filters.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/request_dict.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/signals.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/static/PyInventory_Logo.svg +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/string_utils.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/templates/admin/item/mass_change_category_action.html +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/templates/admin/item/related_items.html +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/templates/admin/location/items.html +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/__init__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/fixtures/__init__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/fixtures/users.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/test_admin_location.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/test_admin_location_empty_change_list_1.snapshot.html +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/test_item_images.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/test_link_model.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/test_management_command_seed_data.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/test_management_command_tree.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/test_parent_tree.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/test_parent_tree_model.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/__init__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/__main__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/middlewares.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/settings/__init__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/settings/local.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/settings/prod.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/settings/tests.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/templates/admin/login.html +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/__init__.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/fixtures.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/mocks.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/playwright_utils.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_admin.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_admin_item.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_admin_item_auto_group_items_1.snapshot.html +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_admin_item_login_1.snapshot.html +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_admin_item_normal_user_create_minimal_item_1.snapshot.html +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_admin_memo.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_admin_memo_normal_user_create_minimal_item_1.snapshot.html +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_admin_superuser_admin_index_1.snapshot.html +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_inventory_commands.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_inventory_commands_help_1.snapshot.txt +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_migrations.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_models_item.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_playwright_admin.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_project_setup.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_readme_history.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/urls.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/wsgi.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/manage.py +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/pyproject.toml +0 -0
- {pyinventory-0.23.1 → pyinventory-0.23.2}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyInventory
|
|
3
|
-
Version: 0.23.
|
|
3
|
+
Version: 0.23.2
|
|
4
4
|
Summary: Web based management to catalog things including state and location etc. using Python/Django.
|
|
5
5
|
Project-URL: Documentation, https://github.com/jedie/PyInventory
|
|
6
6
|
Project-URL: Source, https://github.com/jedie/PyInventory
|
|
@@ -199,6 +199,8 @@ To make a new release, do this:
|
|
|
199
199
|
|
|
200
200
|
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
|
|
201
201
|
|
|
202
|
+
* [v0.23.2](https://github.com/jedie/PyInventory/compare/v0.23.1...v0.23.2)
|
|
203
|
+
* 2025-11-28 - Fix logo if static path is not just "/static/"
|
|
202
204
|
* [v0.23.1](https://github.com/jedie/PyInventory/compare/v0.23.0...v0.23.1)
|
|
203
205
|
* 2025-11-28 - Update README.md
|
|
204
206
|
* 2025-11-28 - Add logo
|
|
@@ -211,13 +213,13 @@ To make a new release, do this:
|
|
|
211
213
|
* [v0.22.1](https://github.com/jedie/PyInventory/compare/v0.22.0...v0.22.1)
|
|
212
214
|
* 2025-11-18 - Fix #207 "All" Category can't be selected
|
|
213
215
|
* 2025-11-18 - Update requirements
|
|
216
|
+
|
|
217
|
+
<details><summary>Expand older history entries ...</summary>
|
|
218
|
+
|
|
214
219
|
* [v0.22.0](https://github.com/jedie/PyInventory/compare/v0.21.4...v0.22.0)
|
|
215
220
|
* 2025-10-16 - Add tests for PersistentRelatedFieldListFilter
|
|
216
221
|
* 2025-09-21 - NEW: Add a persistent "Main Category"
|
|
217
222
|
* 2025-09-21 - fix for django-admin-sortable2/issues/363
|
|
218
|
-
|
|
219
|
-
<details><summary>Expand older history entries ...</summary>
|
|
220
|
-
|
|
221
223
|
* [v0.21.4](https://github.com/jedie/PyInventory/compare/v0.21.3...v0.21.4)
|
|
222
224
|
* 2025-09-21 - Because of PyPi download errors: release as v0.21.4
|
|
223
225
|
* [v0.21.3](https://github.com/jedie/PyInventory/compare/v0.21.2...v0.21.3)
|
|
@@ -169,6 +169,8 @@ To make a new release, do this:
|
|
|
169
169
|
|
|
170
170
|
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
|
|
171
171
|
|
|
172
|
+
* [v0.23.2](https://github.com/jedie/PyInventory/compare/v0.23.1...v0.23.2)
|
|
173
|
+
* 2025-11-28 - Fix logo if static path is not just "/static/"
|
|
172
174
|
* [v0.23.1](https://github.com/jedie/PyInventory/compare/v0.23.0...v0.23.1)
|
|
173
175
|
* 2025-11-28 - Update README.md
|
|
174
176
|
* 2025-11-28 - Add logo
|
|
@@ -181,13 +183,13 @@ To make a new release, do this:
|
|
|
181
183
|
* [v0.22.1](https://github.com/jedie/PyInventory/compare/v0.22.0...v0.22.1)
|
|
182
184
|
* 2025-11-18 - Fix #207 "All" Category can't be selected
|
|
183
185
|
* 2025-11-18 - Update requirements
|
|
186
|
+
|
|
187
|
+
<details><summary>Expand older history entries ...</summary>
|
|
188
|
+
|
|
184
189
|
* [v0.22.0](https://github.com/jedie/PyInventory/compare/v0.21.4...v0.22.0)
|
|
185
190
|
* 2025-10-16 - Add tests for PersistentRelatedFieldListFilter
|
|
186
191
|
* 2025-09-21 - NEW: Add a persistent "Main Category"
|
|
187
192
|
* 2025-09-21 - fix for django-admin-sortable2/issues/363
|
|
188
|
-
|
|
189
|
-
<details><summary>Expand older history entries ...</summary>
|
|
190
|
-
|
|
191
193
|
* [v0.21.4](https://github.com/jedie/PyInventory/compare/v0.21.3...v0.21.4)
|
|
192
194
|
* 2025-09-21 - Because of PyPi download errors: release as v0.21.4
|
|
193
195
|
* [v0.21.3](https://github.com/jedie/PyInventory/compare/v0.21.2...v0.21.3)
|
|
@@ -12,7 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
{% block branding %}
|
|
14
14
|
<h1 id="site-name">
|
|
15
|
-
<a href="{% url 'admin:index' %}">
|
|
15
|
+
<a href="{% url 'admin:index' %}">
|
|
16
|
+
<img src="{% static 'PyInventory_Logo.svg' %}" alt="Logo">
|
|
17
|
+
PyInventory {{ inventory_version_string }}
|
|
18
|
+
</a>
|
|
16
19
|
</h1>
|
|
17
20
|
{% endblock %}
|
|
18
21
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/admin/tests/test_item_happy_path_1.snapshot.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0005_serve_uploads_by_django_tools.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0010_version_protect_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/migrations/0013_alter_itemmodel_location.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyinventory-0.23.1 → pyinventory-0.23.2}/inventory/tests/test_management_command_seed_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyinventory-0.23.1 → pyinventory-0.23.2}/inventory_project/tests/test_inventory_commands.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|