django-fast-treenode 2.1.4__py3-none-any.whl → 2.1.5__py3-none-any.whl
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.
- {django_fast_treenode-2.1.4.dist-info → django_fast_treenode-2.1.5.dist-info}/METADATA +4 -5
- {django_fast_treenode-2.1.4.dist-info → django_fast_treenode-2.1.5.dist-info}/RECORD +9 -9
- {django_fast_treenode-2.1.4.dist-info → django_fast_treenode-2.1.5.dist-info}/WHEEL +1 -1
- treenode/admin/__init__.py +2 -2
- treenode/admin/admin.py +1 -1
- treenode/utils/exporter.py +1 -1
- treenode/version.py +2 -2
- {django_fast_treenode-2.1.4.dist-info → django_fast_treenode-2.1.5.dist-info/licenses}/LICENSE +0 -0
- {django_fast_treenode-2.1.4.dist-info → django_fast_treenode-2.1.5.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: django-fast-treenode
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.5
|
4
4
|
Summary: Application for supporting tree (hierarchical) data structure in Django projects
|
5
5
|
Home-page: https://django-fast-treenode.readthedocs.io/
|
6
6
|
Author: Timur Kady
|
@@ -53,13 +53,13 @@ Requires-Python: >=3.9
|
|
53
53
|
Description-Content-Type: text/markdown
|
54
54
|
License-File: LICENSE
|
55
55
|
Requires-Dist: Django>=4.0
|
56
|
-
Requires-Dist: pympler>=1.0
|
57
56
|
Requires-Dist: django-widget-tweaks>=1.5
|
58
57
|
Requires-Dist: msgpack>=1.1
|
59
58
|
Provides-Extra: import-export
|
60
59
|
Requires-Dist: openpyxl; extra == "import-export"
|
61
60
|
Requires-Dist: pyyaml; extra == "import-export"
|
62
61
|
Requires-Dist: xlsxwriter; extra == "import-export"
|
62
|
+
Dynamic: license-file
|
63
63
|
|
64
64
|
# Django-fast-treenode
|
65
65
|
**Hybrid Tree Storage**
|
@@ -73,7 +73,7 @@ Requires-Dist: xlsxwriter; extra == "import-export"
|
|
73
73
|
**Django Fast TreeNode** is a high-performance Django application for working with tree structures.
|
74
74
|
|
75
75
|
## Features
|
76
|
-
- **Hybrid storage model**: Combines Adjacency List and
|
76
|
+
- **Hybrid storage model**: Combines Adjacency List and Closure Table for optimal performance.
|
77
77
|
- **Custom caching system**: A built-in caching mechanism, specifically designed for this package, significantly boosts execution speed.
|
78
78
|
- **Efficient queries**: Retrieve ancestors, descendants, breadcrumbs, and tree depth with only one SQL queriy.
|
79
79
|
- **Bulk operations**: Supports fast insertion, movement, and deletion of nodes.
|
@@ -91,7 +91,6 @@ Django Fast TreeNode is suitable for a wide range of applications, from simple d
|
|
91
91
|
- **Geographical data**: Represent administrative divisions, regions, and areas of influence.
|
92
92
|
- **Organizational and Business Structures**: Model company hierarchies, business processes, employees and departments.
|
93
93
|
|
94
|
-
In all applications, `django-fast-treenode` models show excellent performance and stability.
|
95
94
|
|
96
95
|
## Quick start
|
97
96
|
1. Run `pip install django-fast-treenode`.
|
@@ -1,14 +1,15 @@
|
|
1
|
+
django_fast_treenode-2.1.5.dist-info/licenses/LICENSE,sha256=T0evsb7y-63fg18ovdNSx3wwWWRwyluQvN9J4zFSvfE,1093
|
1
2
|
treenode/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
3
|
treenode/apps.py,sha256=a7UasXiZZudPccjmHEudP79TkhR_53Mvnb-dBXLHRRQ,862
|
3
4
|
treenode/cache.py,sha256=GoN2J-ypEQWIK05WSw9LYo7boKHGPXNFxqHorFPUqX8,12481
|
4
5
|
treenode/forms.py,sha256=Mjrpuyd1CPsitcElDVagE3k-p2kU4xIlRuy1f5Zgt3c,3800
|
5
6
|
treenode/signals.py,sha256=ERrlKjGqhYaPYVKKRk1JBBlPFOmJKpJ6bXsJavcTlo0,518
|
6
7
|
treenode/urls.py,sha256=CsgX0hRyDVrMS8YnRlr_CxmDlgGIhDpqZ9ldoMYZCac,866
|
7
|
-
treenode/version.py,sha256=
|
8
|
+
treenode/version.py,sha256=mv001KtDXkO8dnqphEI_VEhvLuHmmmhI515DitY0q2U,222
|
8
9
|
treenode/views.py,sha256=rEZEgdbEA3AJDHrvtrAm-t60QTJcJ4JEhNsNMR1Y_I4,5549
|
9
10
|
treenode/widgets.py,sha256=Mi0F-AK_UcmU6C50ENK9vv6xGQNuDtrtzXSnXSOXhLM,4760
|
10
|
-
treenode/admin/__init__.py,sha256=
|
11
|
-
treenode/admin/admin.py,sha256=
|
11
|
+
treenode/admin/__init__.py,sha256=K5GgagrfLwzF8GvOYfwXpJYLCexM8DbEoK1bhsqIBvc,119
|
12
|
+
treenode/admin/admin.py,sha256=iVi8s8mPVVDlbbJFqCcuXzDbE29KPj6XntFDDRECkmY,10580
|
12
13
|
treenode/admin/changelist.py,sha256=YZm3zNniX75CgLjnbHpVr0OIP91halDEBHmrcS8m5Og,2128
|
13
14
|
treenode/admin/mixins.py,sha256=-dVZwEjKsfRzMkBe87dkI0SZ9MH45YE_o39SIhSJWy4,11194
|
14
15
|
treenode/managers/__init__.py,sha256=EG_tj9P1Hama3kaqMfHck4lfzUWoPaJJVOXe3qaKMUo,585
|
@@ -53,11 +54,10 @@ treenode/utils/aid.py,sha256=o8Jgc1vDRtQpx4XYdv0qR5Lqvens55Jfbdca1nr-EOA,1013
|
|
53
54
|
treenode/utils/base16.py,sha256=U1PMit2aZOpYusG_u1c7eVpXO-cFrFPyVyk9zdHrehg,817
|
54
55
|
treenode/utils/base36.py,sha256=yICmyPE-yyPNO9T2oALOt-b6uYf37ahFfx0R4tXn3X0,847
|
55
56
|
treenode/utils/db.py,sha256=36q4OckKmEd6uHTbMTxdKpV9nOIZ55DAantRWR9bxWg,4297
|
56
|
-
treenode/utils/exporter.py,sha256=
|
57
|
+
treenode/utils/exporter.py,sha256=LGC5VfJj7wMFp7BkaWjmfrImgCVRpJ8gjkDpn4IDTEs,7258
|
57
58
|
treenode/utils/importer.py,sha256=Hvirbd6NyZ2MHa56_jOrUF3kYFeby1DbSLR3mhHy-9s,12891
|
58
59
|
treenode/utils/radix.py,sha256=zHpOuDxsebiv9Gza6snNhAtBKiex6CDrAVRtB6esaWo,1642
|
59
|
-
django_fast_treenode-2.1.
|
60
|
-
django_fast_treenode-2.1.
|
61
|
-
django_fast_treenode-2.1.
|
62
|
-
django_fast_treenode-2.1.
|
63
|
-
django_fast_treenode-2.1.4.dist-info/RECORD,,
|
60
|
+
django_fast_treenode-2.1.5.dist-info/METADATA,sha256=KpOVLmk1TDKx5_iXE1geP9_GlfmVIvJK-IhuSh7Lu8w,8103
|
61
|
+
django_fast_treenode-2.1.5.dist-info/WHEEL,sha256=DK49LOLCYiurdXXOXwGJm6U4DkHkg4lcxjhqwRa0CP4,91
|
62
|
+
django_fast_treenode-2.1.5.dist-info/top_level.txt,sha256=fmgxHbXyx1O2MPi_9kjx8aL9L-8TmV0gre4Go8XgqFk,9
|
63
|
+
django_fast_treenode-2.1.5.dist-info/RECORD,,
|
treenode/admin/__init__.py
CHANGED
treenode/admin/admin.py
CHANGED
treenode/utils/exporter.py
CHANGED
treenode/version.py
CHANGED
{django_fast_treenode-2.1.4.dist-info → django_fast_treenode-2.1.5.dist-info/licenses}/LICENSE
RENAMED
File without changes
|
File without changes
|