{ "info": { "author": "Basil Shubin", "author_email": "basil.shubin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT 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.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-permanent-helpers\n========================\n\nDjango admin helper classes for django-permanent_ models.\n\nAuthored by `Basil Shubin `_, inspired by django-taggit-helpers_\n\n.. image:: https://img.shields.io/pypi/v/django-permanent-helpers.svg\n :target: https://pypi.python.org/pypi/django-permanent-helpers/\n\n.. image:: https://img.shields.io/pypi/dm/django-permanent-helpers.svg\n :target: https://pypi.python.org/pypi/django-permanent-helpers/\n\n.. image:: https://img.shields.io/github/license/bashu/django-permanent-helpers.svg\n :target: https://pypi.python.org/pypi/django-permanent-helpers/\n\nInstallation\n============\n\nFirst install the module, preferably in a virtual environment. It can be installed from PyPI:\n\n.. code-block:: shell\n\n pip install django-permanent-helpers\n\nConfiguration\n-------------\n\nFirst make sure the project is configured for django-permanent_.\n\nThen add the following settings:\n\n.. code-block:: python\n\n INSTALLED_APPS += (\n 'django_permanent_helpers',\n )\n\n\nUsage\n=====\n\nPermanentModelAdmin\n-------------------\n\nAn abstract ModelAdmin which will include deleted objects in its listing and enable un-deleting feature.\n\n.. code-block:: python\n\n from django_permanent_helpers import PermanentModelAdmin\n # For Django 1.9+, use this instead:\n # from django_permanent_helpers.admin import PermanentModelAdmin\n\n class MyModelAdmin(PermanentModelAdmin):\n pass\n\nPermanentModelListFilter\n------------------------\n\nFilter records by their ``PERMANENT_FIELD`` value, use together with ``PermanentModelAdmin`` class.\n\n.. code-block:: python\n\n from django_permanent_helpers import PermanentModelAdmin, PermanentModelListFilter\n # For Django 1.9+, use this instead:\n # from django_permanent_helpers.admin import PermanentModelAdmin, PermanentModelListFilter\n\n class MyModelAdmin(PermanentModelAdmin):\n list_filter = [PermanentModelListFilter]\n\nContributing\n------------\n\nIf you like this module, forked it, or would like to improve it, please let us know!\nPull requests are welcome too. :-)\n\n.. _django-permanent: https://github.com/meteozond/django-permanent\n.. _django-taggit-helpers: https://github.com/mfcovington/django-taggit-helpers\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/bashu/django-permanent-helpers/zipball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bashu/django-permanent-helpers", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-permanent-helpers", "package_url": "https://pypi.org/project/django-permanent-helpers/", "platform": "", "project_url": "https://pypi.org/project/django-permanent-helpers/", "project_urls": { "Download": "https://github.com/bashu/django-permanent-helpers/zipball/master", "Homepage": "https://github.com/bashu/django-permanent-helpers" }, "release_url": "https://pypi.org/project/django-permanent-helpers/0.0.5/", "requires_dist": null, "requires_python": "", "summary": "django admin helper classes for django-permanent models", "version": "0.0.5" }, "last_serial": 4993524, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "339d882505da6efec4f701ab8fa338fb", "sha256": "8d6d13141189146f5f169d73e7b388a5b9fce528fe1a08ffc8a99b3cfc73d5f2" }, "downloads": -1, "filename": "django_permanent_helpers-0.0.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "339d882505da6efec4f701ab8fa338fb", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5943, "upload_time": "2017-01-03T06:03:30", "url": "https://files.pythonhosted.org/packages/fe/0b/05e8c845cd99683e58421091759f7e06a68e98eb61de9d879613c99b2898/django_permanent_helpers-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "49e16fe3bd14ab98092770ad3b0d6177", "sha256": "6f071116b71b4b5343569f12e39ce36f51cc34745e7df496297c6fd6230f1fb3" }, "downloads": -1, "filename": "django-permanent-helpers-0.0.1.tar.gz", "has_sig": true, "md5_digest": "49e16fe3bd14ab98092770ad3b0d6177", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4688, "upload_time": "2017-01-03T06:03:25", "url": "https://files.pythonhosted.org/packages/d6/fc/74fd39ead59ac35e589ba241ef02cfafe28fae1e1a70cdccef7d1bfbcea5/django-permanent-helpers-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "5c6d60f086bdb1b77b1f522e6f456fcb", "sha256": "e8e10dbbc45fc04c5e1040cf53c1d5ef0315743850378149bd74223e6c42196e" }, "downloads": -1, "filename": "django_permanent_helpers-0.0.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5c6d60f086bdb1b77b1f522e6f456fcb", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6018, "upload_time": "2017-01-05T09:14:05", "url": "https://files.pythonhosted.org/packages/4c/8b/5f51689adfa17429f6c5d9b57d59a2aa65f77ae2f26ed1bd66c27d1044a5/django_permanent_helpers-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "736fb6540f09bd2c0b0f2b32d88208b4", "sha256": "e5a33d187802060f472aa7c27de879fb3a9ccafe6ba8474d7d725037a5833dbb" }, "downloads": -1, "filename": "django-permanent-helpers-0.0.2.tar.gz", "has_sig": true, "md5_digest": "736fb6540f09bd2c0b0f2b32d88208b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4758, "upload_time": "2017-01-05T09:13:56", "url": "https://files.pythonhosted.org/packages/0b/54/bbd92dfda7b8bb276061abfef000908fc564ebfc4bf76f7bdb344e9ebe1f/django-permanent-helpers-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "e1297785895ab125ba89341ff36cd43b", "sha256": "a733a8726328392ddb1bacc03b1d98a3fc5d41c7c57a3bf7abd257331571adbe" }, "downloads": -1, "filename": "django_permanent_helpers-0.0.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e1297785895ab125ba89341ff36cd43b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7268, "upload_time": "2018-02-08T13:00:24", "url": "https://files.pythonhosted.org/packages/b7/ab/6b46c5e7a8d523fbe904893db3ad9b3b0e9445908b8ef519dc2fe4ea0d0c/django_permanent_helpers-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5833e3f1fd3c8de41db40ee7a3b38252", "sha256": "406183bc9343b5d635626868a37af60fc379a8898c37efcbb0bfb1d01e9ac770" }, "downloads": -1, "filename": "django-permanent-helpers-0.0.3.tar.gz", "has_sig": true, "md5_digest": "5833e3f1fd3c8de41db40ee7a3b38252", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5650, "upload_time": "2018-02-08T13:00:22", "url": "https://files.pythonhosted.org/packages/b0/d1/a9e48ae1d4ad607165a8533267be4c91cb9e4a5e861fba5d926c3d03f4a0/django-permanent-helpers-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "8eeb943d0d35f5055af2ee2d398be64d", "sha256": "267c45d9c84ff10a8b79f95c1f5d9f234e85602d0e8189c807b75813682e647b" }, "downloads": -1, "filename": "django_permanent_helpers-0.0.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8eeb943d0d35f5055af2ee2d398be64d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7268, "upload_time": "2018-02-10T10:50:41", "url": "https://files.pythonhosted.org/packages/88/07/0c17f87633173d7911508bc8075df3ff2e66de2f658a429ec4fd48f83877/django_permanent_helpers-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "781a25209b4f95e332706202a0c9d813", "sha256": "3c84317936285a9cec0da1991b8e6b8630035be5a08b72ac8ee0515c60ca78ca" }, "downloads": -1, "filename": "django-permanent-helpers-0.0.4.tar.gz", "has_sig": true, "md5_digest": "781a25209b4f95e332706202a0c9d813", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5639, "upload_time": "2018-02-10T10:50:37", "url": "https://files.pythonhosted.org/packages/02/f4/c324bb2791b8aeb2ee5b1888a46c20d3d4ce396cac1598d896fa42b19f60/django-permanent-helpers-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "8ecb281e344ed38248ff8f656e7ffdaa", "sha256": "09307e9d6d2ae5dca8de0f6ceee4ff9f939ba4d985f6932eab63acef726f0c52" }, "downloads": -1, "filename": "django_permanent_helpers-0.0.5-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8ecb281e344ed38248ff8f656e7ffdaa", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 6939, "upload_time": "2019-03-27T15:47:50", "url": "https://files.pythonhosted.org/packages/66/2d/49dedd21850fcfe19654642ddc97ca81163682733a5fc24a5ac009079dc0/django_permanent_helpers-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "96cac06522444fa80c500a6d99696f74", "sha256": "58741a151a8ecbe880aed86701f480605feb6fe82ffe0713a23f65ce82ad5d4e" }, "downloads": -1, "filename": "django-permanent-helpers-0.0.5.tar.gz", "has_sig": true, "md5_digest": "96cac06522444fa80c500a6d99696f74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5919, "upload_time": "2019-03-27T15:47:47", "url": "https://files.pythonhosted.org/packages/39/f6/686f985d391a8eb5dda5ce5a91cd939b43b784a7eb4ce6a883ddd05bb0c8/django-permanent-helpers-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8ecb281e344ed38248ff8f656e7ffdaa", "sha256": "09307e9d6d2ae5dca8de0f6ceee4ff9f939ba4d985f6932eab63acef726f0c52" }, "downloads": -1, "filename": "django_permanent_helpers-0.0.5-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8ecb281e344ed38248ff8f656e7ffdaa", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 6939, "upload_time": "2019-03-27T15:47:50", "url": "https://files.pythonhosted.org/packages/66/2d/49dedd21850fcfe19654642ddc97ca81163682733a5fc24a5ac009079dc0/django_permanent_helpers-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "96cac06522444fa80c500a6d99696f74", "sha256": "58741a151a8ecbe880aed86701f480605feb6fe82ffe0713a23f65ce82ad5d4e" }, "downloads": -1, "filename": "django-permanent-helpers-0.0.5.tar.gz", "has_sig": true, "md5_digest": "96cac06522444fa80c500a6d99696f74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5919, "upload_time": "2019-03-27T15:47:47", "url": "https://files.pythonhosted.org/packages/39/f6/686f985d391a8eb5dda5ce5a91cd939b43b784a7eb4ce6a883ddd05bb0c8/django-permanent-helpers-0.0.5.tar.gz" } ] }