{ "info": { "author": "Petr Dlouh\u00fd", "author_email": "petr.dlouhy@email.cz", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=============================\nDjango isNull list_filter\n=============================\n\n.. image:: https://badge.fury.io/py/django-isnull-list-filter.svg\n :target: https://badge.fury.io/py/django-isnull-list-filter\n\n.. image:: https://travis-ci.org/petrdlouhy/django-isnull-list-filter.svg?branch=master\n :target: https://travis-ci.org/petrdlouhy/django-isnull-list-filter\n\n.. image:: https://codecov.io/gh/petrdlouhy/django-isnull-list-filter/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/petrdlouhy/django-isnull-list-filter\n\nSimple list_filter that offers filtering by __isnull.\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-isnull-list-filter.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Django isNull list_filter::\n\n pip install django-isnull-list-filter\n\nor use development version::\n\n pip install -e git+https://github.com/PetrDlouhy/django-isnull-list-filter#egg=django-isnull-list-filter\n\nDirectly use it in your admin:\n\n.. code-block:: python\n\n from isnull_filter import isnull_filter\n class MyAdmin(admin.ModelAdmin):\n list_filter = (\n isnull_filter('author'), # Just set the field\n isnull_filter('author', _(\"Hasn't got author\")), # Or you can override the default filter title\n )\n\n\nFeatures\n--------\n\n* Can be used on:\n * simple field\n * `ForeignKeyField`\n * related `ForeignKeyField`\n * `ManyToManyField`\n * `OneToOneField`\n* Default title can be overriden\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n source /bin/activate\n (myenv) $ pip install tox\n (myenv) $ tox\n\nCredits\n-------\n\nAuthor:\n\n* Petr Dlouh\u00fd\n\nTools used in rendering this package:\n\n* Cookiecutter_\n* `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n-------\n\n0.1.0 (2017-04-26)\n++++++++++++++++++\n\n* First release on PyPI.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/petr.dlouhy/django-isnull-list-filter", "keywords": "django-isnull-list-filter", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-isnull-list-filter", "package_url": "https://pypi.org/project/django-isnull-list-filter/", "platform": "", "project_url": "https://pypi.org/project/django-isnull-list-filter/", "project_urls": { "Homepage": "https://github.com/petr.dlouhy/django-isnull-list-filter" }, "release_url": "https://pypi.org/project/django-isnull-list-filter/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Simple list_filter that offers filtering by __isnull.", "version": "0.1.0" }, "last_serial": 2831951, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "51b4c1ff2c7fa2510115b1a313a9d93c", "sha256": "fbef8987173759b5513970acb849672a2b999fcace579986a172c7606f827924" }, "downloads": -1, "filename": "django-isnull-list-filter-0.1.0.tar.gz", "has_sig": false, "md5_digest": "51b4c1ff2c7fa2510115b1a313a9d93c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17279, "upload_time": "2017-04-26T15:02:59", "url": "https://files.pythonhosted.org/packages/c5/a3/986f36b30b5eecbc6f8e3347624800553c9dbf2ab7f8593be9f9ab241200/django-isnull-list-filter-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "51b4c1ff2c7fa2510115b1a313a9d93c", "sha256": "fbef8987173759b5513970acb849672a2b999fcace579986a172c7606f827924" }, "downloads": -1, "filename": "django-isnull-list-filter-0.1.0.tar.gz", "has_sig": false, "md5_digest": "51b4c1ff2c7fa2510115b1a313a9d93c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17279, "upload_time": "2017-04-26T15:02:59", "url": "https://files.pythonhosted.org/packages/c5/a3/986f36b30b5eecbc6f8e3347624800553c9dbf2ab7f8593be9f9ab241200/django-isnull-list-filter-0.1.0.tar.gz" } ] }