{"id":18041557,"url":"https://github.com/bashu/django-permanent-helpers","last_synced_at":"2025-04-09T19:17:02.609Z","repository":{"id":57421220,"uuid":"77885028","full_name":"bashu/django-permanent-helpers","owner":"bashu","description":"🧟‍♂️ django admin helper classes for django-permanent models","archived":false,"fork":false,"pushed_at":"2021-11-29T07:05:44.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-04-09T19:16:53.638Z","etag":null,"topics":["django","django-permanent"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bashu.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-03T04:52:33.000Z","updated_at":"2022-02-25T20:58:13.000Z","dependencies_parsed_at":"2022-09-13T07:22:29.709Z","dependency_job_id":null,"html_url":"https://github.com/bashu/django-permanent-helpers","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashu%2Fdjango-permanent-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashu%2Fdjango-permanent-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashu%2Fdjango-permanent-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashu%2Fdjango-permanent-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bashu","download_url":"https://codeload.github.com/bashu/django-permanent-helpers/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094988,"owners_count":21046770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-permanent"],"created_at":"2024-10-30T16:10:37.598Z","updated_at":"2025-04-09T19:17:02.581Z","avatar_url":"https://github.com/bashu.png","language":"Python","readme":"django-permanent-helpers\n========================\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\nDjango admin helper classes for django-permanent_ models.\n\nAuthored by `Basil Shubin \u003chttp://github.com/bashu\u003e`_, inspired by django-taggit-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\nSetup\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.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.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\nLicense\n-------\n\n``django-permanent-helpers`` is released under the MIT license.\n\n.. _django-permanent: https://github.com/meteozond/django-permanent\n.. _django-taggit-helpers: https://github.com/mfcovington/django-taggit-helpers\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbashu%2Fdjango-permanent-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbashu%2Fdjango-permanent-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbashu%2Fdjango-permanent-helpers/lists"}