{ "info": { "author": "Maintained by Charley Bodkin / Tronc. Originally by Alex Gaynor", "author_email": "charley.bodkin@latimes.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.7", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "django-taggit\n=============\n.. image:: https://travis-ci.org/alex/django-taggit.svg?branch=master\n :target: https://travis-ci.org/alex/django-taggit\n.. image:: https://codecov.io/gh/alex/django-taggit/coverage.svg?branch=master\n :target: https://codecov.io/gh/alex/django-taggit?branch=master\n\n``django-taggit`` a simpler approach to tagging with Django. Add ``\"taggit\"`` to your\n``INSTALLED_APPS`` then just add a TaggableManager to your model and go:\n\n.. code:: python\n\n from django.db import models\n\n from taggit.managers import TaggableManager\n\n class Food(models.Model):\n # ... fields here\n\n tags = TaggableManager()\n\n\nThen you can use the API like so:\n\n.. code:: python\n\n >>> apple = Food.objects.create(name=\"apple\")\n >>> apple.tags.add(\"red\", \"green\", \"delicious\")\n >>> apple.tags.all()\n [, , ]\n >>> apple.tags.remove(\"green\")\n >>> apple.tags.all()\n [, ]\n >>> Food.objects.filter(tags__name__in=[\"red\"])\n [, ]\n\nTags will show up for you automatically in forms and the admin.\n\n``django-taggit`` requires Django 1.7 or greater.\n\nFor more info check out the `documentation `_. And for questions about usage or\ndevelopment you can contact the\n`mailinglist `_.\n\n\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/troncx/django-taggit", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-taggit-tronc", "package_url": "https://pypi.org/project/django-taggit-tronc/", "platform": "", "project_url": "https://pypi.org/project/django-taggit-tronc/", "project_urls": { "Homepage": "https://github.com/troncx/django-taggit" }, "release_url": "https://pypi.org/project/django-taggit-tronc/0.21.2/", "requires_dist": null, "requires_python": "", "summary": "django-taggit is a reusable Django application for simple tagging.", "version": "0.21.2" }, "last_serial": 2936424, "releases": { "0.21.2": [ { "comment_text": "", "digests": { "md5": "ccbb5fdf945440a5def0604ebea0091b", "sha256": "3cfbabb2bfab3dea4a8908dc04be878fc4730313046f57083e2e92a3735dd22f" }, "downloads": -1, "filename": "django_taggit_tronc-0.21.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ccbb5fdf945440a5def0604ebea0091b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 46129, "upload_time": "2017-06-08T19:40:32", "url": "https://files.pythonhosted.org/packages/63/33/92cee7c7448c5e5713b52eb72454bb94694cc1cbe910cdbdc6767654eb78/django_taggit_tronc-0.21.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8bce2a04200ee5b2dba66db8211421e0", "sha256": "ba9b08be491338ebc047d0c018547c4cc30907258cb4a6f6379f7db99757597d" }, "downloads": -1, "filename": "django-taggit-tronc-0.21.2.tar.gz", "has_sig": false, "md5_digest": "8bce2a04200ee5b2dba66db8211421e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44108, "upload_time": "2017-06-08T19:40:34", "url": "https://files.pythonhosted.org/packages/46/97/ec4ffef2547e7f94dd77191a0a25339e3f1a05167cf953656a69ef564091/django-taggit-tronc-0.21.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ccbb5fdf945440a5def0604ebea0091b", "sha256": "3cfbabb2bfab3dea4a8908dc04be878fc4730313046f57083e2e92a3735dd22f" }, "downloads": -1, "filename": "django_taggit_tronc-0.21.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ccbb5fdf945440a5def0604ebea0091b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 46129, "upload_time": "2017-06-08T19:40:32", "url": "https://files.pythonhosted.org/packages/63/33/92cee7c7448c5e5713b52eb72454bb94694cc1cbe910cdbdc6767654eb78/django_taggit_tronc-0.21.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8bce2a04200ee5b2dba66db8211421e0", "sha256": "ba9b08be491338ebc047d0c018547c4cc30907258cb4a6f6379f7db99757597d" }, "downloads": -1, "filename": "django-taggit-tronc-0.21.2.tar.gz", "has_sig": false, "md5_digest": "8bce2a04200ee5b2dba66db8211421e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44108, "upload_time": "2017-06-08T19:40:34", "url": "https://files.pythonhosted.org/packages/46/97/ec4ffef2547e7f94dd77191a0a25339e3f1a05167cf953656a69ef564091/django-taggit-tronc-0.21.2.tar.gz" } ] }