{ "info": { "author": "Vyacheslav Sukhenko", "author_email": "eternalfame@mail.ru", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nClosable Admin Filter\n=====\n\nWhen there are too many fields in Django admin and it's necessary to have the filter, it turns to very ugly situation, when filter `flies` over the fields.\n\nSo here's a simple Django app to provide a \"HIDE\" button for the filter.\n\nQuick start\n-----------\n\n1. Install the package using::\n\n pip install django-closable_admin_filter\n\n2. Add \"closable_admin_filter\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'closable_admin_filter',\n )\n\n3. Add the AdminClosableFilterMixin to your inherited from ModelAdmin class like this::\n\n\tclass MyAdmin(AdminClosableFilterMixin, admin.ModelAdmin):\n\t\t...\n\n4. Visit http://your.domain/admin/your_app/your_model/ to enjoy the result.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eternalfame/django-closable_admin_filter", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-closable_admin_filter", "package_url": "https://pypi.org/project/django-closable_admin_filter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-closable_admin_filter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/eternalfame/django-closable_admin_filter" }, "release_url": "https://pypi.org/project/django-closable_admin_filter/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to add hide/show ability to the filter in Django admin.", "version": "0.1.1" }, "last_serial": 1807318, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "70366bc2756fd250688d170f86c73c4d", "sha256": "8ce37ba0c1127d2d24790d9c5043de3e791919f3ea61be218824a9b52781b7ac" }, "downloads": -1, "filename": "django-closable_admin_filter-0.1.0.tar.gz", "has_sig": false, "md5_digest": "70366bc2756fd250688d170f86c73c4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3123, "upload_time": "2014-11-20T04:01:17", "url": "https://files.pythonhosted.org/packages/db/2c/a27be0d17c88125afad51532ecc1a843fc421275093da919a58c0bc2400c/django-closable_admin_filter-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "16c4d5d38e74f5e2bfcf8533f7c231ab", "sha256": "061c42f60b35760dfe59381ba2fe2b8f701c58c314300c67b843ba8bf07cfe98" }, "downloads": -1, "filename": "django-closable_admin_filter-0.1.1.tar.gz", "has_sig": false, "md5_digest": "16c4d5d38e74f5e2bfcf8533f7c231ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3181, "upload_time": "2015-11-09T04:57:39", "url": "https://files.pythonhosted.org/packages/cb/7d/f2f415fa96dfafad9d22dc89d2896474a0b7cdd88d86d4c4285d496e6924/django-closable_admin_filter-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "16c4d5d38e74f5e2bfcf8533f7c231ab", "sha256": "061c42f60b35760dfe59381ba2fe2b8f701c58c314300c67b843ba8bf07cfe98" }, "downloads": -1, "filename": "django-closable_admin_filter-0.1.1.tar.gz", "has_sig": false, "md5_digest": "16c4d5d38e74f5e2bfcf8533f7c231ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3181, "upload_time": "2015-11-09T04:57:39", "url": "https://files.pythonhosted.org/packages/cb/7d/f2f415fa96dfafad9d22dc89d2896474a0b7cdd88d86d4c4285d496e6924/django-closable_admin_filter-0.1.1.tar.gz" } ] }