{ "info": { "author": "Igor `idle sign` Starikov", "author_email": "idlesign@yandex.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "django-admirarchy\n=================\nhttps://github.com/idlesign/django-admirarchy\n\n.. image:: https://idlesign.github.io/lbc/py2-lbc.svg\n :target: https://idlesign.github.io/lbc/\n :alt: LBC Python 2\n\n----\n\n|release| |lic| |ci| |coverage| |health|\n\n.. |release| image:: https://img.shields.io/pypi/v/django-admirarchy.svg\n :target: https://pypi.python.org/pypi/django-admirarchy\n\n.. |lic| image:: https://img.shields.io/pypi/l/django-admirarchy.svg\n :target: https://pypi.python.org/pypi/django-admirarchy\n\n.. |ci| image:: https://img.shields.io/travis/idlesign/django-admirarchy/master.svg\n :target: https://travis-ci.org/idlesign/django-admirarchy\n\n.. |coverage| image:: https://img.shields.io/coveralls/idlesign/django-admirarchy/master.svg\n :target: https://coveralls.io/r/idlesign/django-admirarchy\n\n.. |health| image:: https://landscape.io/github/idlesign/django-admirarchy/master/landscape.svg?style=flat\n :target: https://landscape.io/github/idlesign/django-admirarchy/master\n\n\nDescription\n-----------\n\n*Django Admin addon to navigate through hierarchies.*\n\nHave you ever wanted Django Admin to be able to navigate through hierarchies?\n\nWithout existing models modifications? Yeah!\n\nAdmirarchy does it in an old-school way, just like Norton Commander and Co - one level at a time.\n\nHierarchies described as adjacency lists and nested sets are supported.\n\n\n.. code-block:: python\n\n # admin.py of your application\n from django.contrib import admin\n\n from .models import MyModel # Let's say this model represents a hierarchy.\n from admirarchy.toolbox import HierarchicalModelAdmin\n\n\n # Inherit from HierarchicalModelAdmin instead of admin.ModelAdmin\n class MyModelAdmin(HierarchicalModelAdmin):\n\n hierarchy = True # This enables hierarchy handling.\n\n admin.site.register(MyModel, MyModelAdmin)\n\n\nDone. Go navigate %)\n\n\nDocumentation\n-------------\n\nhttp://django-admirarchy.readthedocs.org/\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/idlesign/django-admirarchy", "keywords": "", "license": "BSD 3-Clause License", "maintainer": "", "maintainer_email": "", "name": "django-admirarchy", "package_url": "https://pypi.org/project/django-admirarchy/", "platform": "", "project_url": "https://pypi.org/project/django-admirarchy/", "project_urls": { "Homepage": "https://github.com/idlesign/django-admirarchy" }, "release_url": "https://pypi.org/project/django-admirarchy/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Django Admin addon to navigate through hierarchies", "version": "1.0.0" }, "last_serial": 4698658, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d72cf0f81da1ae6a0d89b2b569994874", "sha256": "d37685689ccc48f7711abce9666ae2d3c86e6b826a765a56bb89bba4f2f04fea" }, "downloads": -1, "filename": "django-admirarchy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d72cf0f81da1ae6a0d89b2b569994874", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14436, "upload_time": "2014-08-28T09:33:13", "url": "https://files.pythonhosted.org/packages/85/c8/42186eb11b2f19f3c94aa6eebaf56fa08240f25f539b06857bab9e20731f/django-admirarchy-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "ef186db8997d30ed062815f260c1098c", "sha256": "e317253a6c4049dcb38bd3431cbad82fe39339f646239bb3cab3a5a968530dcd" }, "downloads": -1, "filename": "django-admirarchy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "ef186db8997d30ed062815f260c1098c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14649, "upload_time": "2014-08-30T07:23:29", "url": "https://files.pythonhosted.org/packages/55/a1/2812880f56e30d690772604276ba6ec42e7fa1ff4a85f7eacbc5e358c6f9/django-admirarchy-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "56af73a3f32057e6a15e79c35bf013d5", "sha256": "c5088489ac37e62cc78efab86b3c3deca19ecf16aa87c880ec534b3226fa8310" }, "downloads": -1, "filename": "django_admirarchy-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "56af73a3f32057e6a15e79c35bf013d5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12180, "upload_time": "2016-12-18T09:40:22", "url": "https://files.pythonhosted.org/packages/d3/eb/1a56d9b197f4e829036dd9bb1dcdfefddaa629dec1ae244eb23d685ef6ed/django_admirarchy-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "24e5a2e3b288732012d182700833f51c", "sha256": "7832bf02565cc288958b5d78228732f0bc773f6b0afe80e461316a8508360577" }, "downloads": -1, "filename": "django-admirarchy-0.2.1.tar.gz", "has_sig": false, "md5_digest": "24e5a2e3b288732012d182700833f51c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14950, "upload_time": "2016-12-18T09:40:19", "url": "https://files.pythonhosted.org/packages/36/4e/39e5506a66a837d7cf818a8c3e24763e68d242da4a14e18bcd791cf9325b/django-admirarchy-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "7d69d67bafcc8eb633da52b53cd49716", "sha256": "2a099bc4b8e7c7077cee6f3915105c09bcc54db20adc3b5dc8e79c556793635f" }, "downloads": -1, "filename": "django-admirarchy-0.2.2.tar.gz", "has_sig": false, "md5_digest": "7d69d67bafcc8eb633da52b53cd49716", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14941, "upload_time": "2016-12-18T09:49:59", "url": "https://files.pythonhosted.org/packages/b5/e4/9f9c3b9dd2033b9a96cf3daad50414d3d788979162802fa4906d40df2a55/django-admirarchy-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "d70145df251ebe10bfc02b7f0091ac9c", "sha256": "58649a9fdb5f7c677cbf0174b7fb6c59c730800d36d727a924b3312678016c63" }, "downloads": -1, "filename": "django_admirarchy-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d70145df251ebe10bfc02b7f0091ac9c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14157, "upload_time": "2018-09-13T12:16:21", "url": "https://files.pythonhosted.org/packages/6f/64/1b0bd1ad2c53dd63c73614e107e3492509ae50af4441f524f467eda8823f/django_admirarchy-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d0716b9446e6a98171a71ef753f2cfa", "sha256": "c6a774afef3f4b17f4ea435d1d7c3b01cfb11cfe0856eeb481fdbde458a95bd1" }, "downloads": -1, "filename": "django-admirarchy-0.2.3.tar.gz", "has_sig": false, "md5_digest": "2d0716b9446e6a98171a71ef753f2cfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15901, "upload_time": "2018-09-13T12:16:19", "url": "https://files.pythonhosted.org/packages/14/eb/b0f76ed60b3a5e352da51b0366d113f3e95816e4125c6680e0ac003c21ed/django-admirarchy-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "a70f44c8ef502126deda94ec5f056124", "sha256": "3619890275f3936f424ada03b32e8b8a544032b60d6533810cb0ee0efb1519ff" }, "downloads": -1, "filename": "django_admirarchy-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a70f44c8ef502126deda94ec5f056124", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14298, "upload_time": "2018-09-22T04:40:36", "url": "https://files.pythonhosted.org/packages/e6/0b/aa58b2c4520daa88c63d2e07a0a10673e6e1a0b8cd5c52fb5089cf546a64/django_admirarchy-0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0560b06de917fcbaa9d78798b83ab7f8", "sha256": "064970be81400293569d003a4627171fbf8c1f92dfae689e0b5766478170bcc8" }, "downloads": -1, "filename": "django-admirarchy-0.2.4.tar.gz", "has_sig": false, "md5_digest": "0560b06de917fcbaa9d78798b83ab7f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15969, "upload_time": "2018-09-22T04:38:23", "url": "https://files.pythonhosted.org/packages/74/a3/8508435e8f723aa3617d08f18c1c1bde41e00ebeff1977ea1440e2e87321/django-admirarchy-0.2.4.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "092f9ff736e7abe42278f71c3e040465", "sha256": "38a618863644b9cf7758a3d8cecfdaee70a16e52ffb689d0654c8bf9c07760ef" }, "downloads": -1, "filename": "django_admirarchy-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "092f9ff736e7abe42278f71c3e040465", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14367, "upload_time": "2019-01-15T11:58:49", "url": "https://files.pythonhosted.org/packages/df/ea/9bee4e08d5d8b715ca95bad09de8e5744a62a98924fa522047e8d4e2fd26/django_admirarchy-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc177a44761dfacf484e53c563945381", "sha256": "4c153fb04d36afea5dbe38bea44c02b10ee50a48a4cb604a0daf7d9d0bf10a31" }, "downloads": -1, "filename": "django-admirarchy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "cc177a44761dfacf484e53c563945381", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16075, "upload_time": "2019-01-15T11:58:47", "url": "https://files.pythonhosted.org/packages/f9/b4/2897062fdab0adc842beb56d4d6b3dceaf8d1ec6485d04c2af0790db6ee3/django-admirarchy-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "092f9ff736e7abe42278f71c3e040465", "sha256": "38a618863644b9cf7758a3d8cecfdaee70a16e52ffb689d0654c8bf9c07760ef" }, "downloads": -1, "filename": "django_admirarchy-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "092f9ff736e7abe42278f71c3e040465", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14367, "upload_time": "2019-01-15T11:58:49", "url": "https://files.pythonhosted.org/packages/df/ea/9bee4e08d5d8b715ca95bad09de8e5744a62a98924fa522047e8d4e2fd26/django_admirarchy-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc177a44761dfacf484e53c563945381", "sha256": "4c153fb04d36afea5dbe38bea44c02b10ee50a48a4cb604a0daf7d9d0bf10a31" }, "downloads": -1, "filename": "django-admirarchy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "cc177a44761dfacf484e53c563945381", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16075, "upload_time": "2019-01-15T11:58:47", "url": "https://files.pythonhosted.org/packages/f9/b4/2897062fdab0adc842beb56d4d6b3dceaf8d1ec6485d04c2af0790db6ee3/django-admirarchy-1.0.0.tar.gz" } ] }