django-fast-treenode 2.1.1__py3-none-any.whl → 2.1.2__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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: django-fast-treenode
3
- Version: 2.1.1
3
+ Version: 2.1.2
4
4
  Summary: Application for supporting tree (hierarchical) data structure in Django projects
5
- Home-page: https://github.com/TimurKady/django-fast-treenode
5
+ Home-page: https://django-fast-treenode.readthedocs.io/
6
6
  Author: Timur Kady
7
7
  Author-email: Timur Kady <timurkady@yandex.com>
8
8
  License: MIT License
@@ -28,7 +28,7 @@ License: MIT License
28
28
  SOFTWARE.
29
29
 
30
30
  Project-URL: Homepage, https://github.com/TimurKady/django-fast-treenode
31
- Project-URL: Documentation, https://django-fast-treenode.readthedocs.io/latest/
31
+ Project-URL: Documentation, https://django-fast-treenode.readthedocs.io/
32
32
  Project-URL: Source, https://github.com/TimurKady/django-fast-treenode
33
33
  Project-URL: Issues, https://github.com/TimurKady/django-fast-treenode/issues
34
34
  Classifier: Development Status :: 5 - Production/Stable
@@ -136,16 +136,16 @@ python manage.py migrate
136
136
  ```
137
137
 
138
138
  ## Documentation
139
- Full documentation is available at [this link](https://django-fast-treenode.readthedocs.io/latest/).
139
+ Full documentation is available at **[ReadTheDocs](https://django-fast-treenode.readthedocs.io/)**.
140
140
 
141
141
  Quick access links:
142
- * [Installation, configuration and fine tuning](https://django-fast-treenode.readthedocs.io/latest/installation/)
143
- * [Model Inheritance and Extensions](https://django-fast-treenode.readthedocs.io/latest/models/)
144
- * [Working with Admin Classes](https://django-fast-treenode.readthedocs.io/latest/admin/)
145
- * [API Reference](https://django-fast-treenode.readthedocs.io/latest/api/)
146
- * [Import & Export](https://django-fast-treenode.readthedocs.io/latest/import_export/)
147
- * [Caching and working with cache](https://django-fast-treenode.readthedocs.io/latest/cache/)
148
- * [Migration and upgrade guide](https://django-fast-treenode.readthedocs.io/latest/migration/)
142
+ * [Installation, configuration and fine tuning](https://django-fast-treenode.readthedocs.io/installation/)
143
+ * [Model Inheritance and Extensions](https://django-fast-treenode.readthedocs.io/models/)
144
+ * [Working with Admin Classes](https://django-fast-treenode.readthedocs.io/admin/)
145
+ * [API Reference](https://django-fast-treenode.readthedocs.io/api/)
146
+ * [Import & Export](https://django-fast-treenode.readthedocs.io/import_export/)
147
+ * [Caching and working with cache](https://django-fast-treenode.readthedocs.io/cache/)
148
+ * [Migration and upgrade guide](https://django-fast-treenode.readthedocs.io/migration/)
149
149
 
150
150
  Your wishes, objections, comments are welcome.
151
151
 
@@ -1,10 +1,10 @@
1
- treenode/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1
+ treenode/__init__.py,sha256=CZ-0uZyhi8OZJP8xmqbTqXrZUjcQ4SNAXhKFgM0qw2M,99
2
2
  treenode/apps.py,sha256=a7UasXiZZudPccjmHEudP79TkhR_53Mvnb-dBXLHRRQ,862
3
3
  treenode/cache.py,sha256=utTmMJ87fjbutaKbOcSp8bHqIDbI_Yr2nPXJoZLAqlQ,7213
4
4
  treenode/forms.py,sha256=Mjrpuyd1CPsitcElDVagE3k-p2kU4xIlRuy1f5Zgt3c,3800
5
5
  treenode/signals.py,sha256=ERrlKjGqhYaPYVKKRk1JBBlPFOmJKpJ6bXsJavcTlo0,518
6
6
  treenode/urls.py,sha256=CsgX0hRyDVrMS8YnRlr_CxmDlgGIhDpqZ9ldoMYZCac,866
7
- treenode/version.py,sha256=JWmJNiw3wLkpTwygbmlmO1XucR3NTB_QQbdATOp71ug,222
7
+ treenode/version.py,sha256=Q1ilorcSAKP3-SntEXcfmFMj0ClySSAldpayaO22S8E,222
8
8
  treenode/views.py,sha256=rEZEgdbEA3AJDHrvtrAm-t60QTJcJ4JEhNsNMR1Y_I4,5549
9
9
  treenode/widgets.py,sha256=Mi0F-AK_UcmU6C50ENK9vv6xGQNuDtrtzXSnXSOXhLM,4760
10
10
  treenode/admin/__init__.py,sha256=TdlPIyRW8i9qTVqGLmLWiBw4DyoGHUYZErE6rCyGOPE,119
@@ -57,8 +57,8 @@ treenode/utils/db.py,sha256=36q4OckKmEd6uHTbMTxdKpV9nOIZ55DAantRWR9bxWg,4297
57
57
  treenode/utils/exporter.py,sha256=mV6Gch7XfW8f_1x3WqWgtV0qekMLdo-_n9gz6GJjXjw,7259
58
58
  treenode/utils/importer.py,sha256=Hvirbd6NyZ2MHa56_jOrUF3kYFeby1DbSLR3mhHy-9s,12891
59
59
  treenode/utils/radix.py,sha256=zHpOuDxsebiv9Gza6snNhAtBKiex6CDrAVRtB6esaWo,1642
60
- django_fast_treenode-2.1.1.dist-info/LICENSE,sha256=T0evsb7y-63fg18ovdNSx3wwWWRwyluQvN9J4zFSvfE,1093
61
- django_fast_treenode-2.1.1.dist-info/METADATA,sha256=E1ThWhY4yy_h8_28imc4CYkd4kR7e9aCvtvpa6Pyncs,7620
62
- django_fast_treenode-2.1.1.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
63
- django_fast_treenode-2.1.1.dist-info/top_level.txt,sha256=fmgxHbXyx1O2MPi_9kjx8aL9L-8TmV0gre4Go8XgqFk,9
64
- django_fast_treenode-2.1.1.dist-info/RECORD,,
60
+ django_fast_treenode-2.1.2.dist-info/LICENSE,sha256=T0evsb7y-63fg18ovdNSx3wwWWRwyluQvN9J4zFSvfE,1093
61
+ django_fast_treenode-2.1.2.dist-info/METADATA,sha256=68M56fkOFsBldq0sybbmXF0mG0m3HDHvsDs6Ofk9cDU,7558
62
+ django_fast_treenode-2.1.2.dist-info/WHEEL,sha256=EaM1zKIUYa7rQnxGiOCGhzJABRwy4WO57rWMR3_tj4I,91
63
+ django_fast_treenode-2.1.2.dist-info/top_level.txt,sha256=fmgxHbXyx1O2MPi_9kjx8aL9L-8TmV0gre4Go8XgqFk,9
64
+ django_fast_treenode-2.1.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (75.9.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
treenode/__init__.py CHANGED
@@ -0,0 +1,5 @@
1
+ """
2
+ Django Fast TreeNode.
3
+
4
+ 📖 Documentation: https://django-fast-treenode.readthedocs.io/
5
+ """
treenode/version.py CHANGED
@@ -4,10 +4,10 @@ TreeNode Version Module
4
4
 
5
5
  This module defines the current version of the TreeNode package.
6
6
 
7
- Version: 2.1.0
7
+ Version: 2.1.2
8
8
  Author: Timur Kady
9
9
  Email: timurkady@yandex.com
10
10
  """
11
11
 
12
12
 
13
- __version__ = '2.1.0'
13
+ __version__ = '2.1.2'