{ "info": { "author": "Ludwik Trammer", "author_email": "ludwik@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" ], "description": "===========================\r\ndjango-tagging-autocomplete\r\n===========================\r\ndjango-tagging-autocomplete is a jquery based autocomplete solution for\r\ndjango-tagging.\r\n\r\nRequirements\r\n============\r\n* django-tagging\r\n\r\nSetup\r\n=====\r\n1. Download package and install, for example using pip::\r\n\r\n pip install django-tagging-autocomplete\r\n\r\n2. Add `tagging_autocomplete` to installed apps in your project's settings.\r\n3. Add the following line to your project's urls.py file::\r\n\r\n (r'^tagging_autocomplete/', include('tagging_autocomplete.urls')),\r\n\r\nUsage\r\n=====\r\n\r\nThe Model Field\r\n---------------\r\nYou can use `TagAutocompleteField()` to enable autocompletion right in your\r\n`models.py`. In most cases this is the easiest solution::\r\n\r\n from django.db import models\r\n from tagging_autocomplete.models import TagAutocompleteField\r\n\r\n class SomeModel(models.Model):\r\n tags = TagAutocompleteField()\r\n\r\nThe Form Widget\r\n---------------\r\nAlternatively you can use the `TagAutocomplete()` form widget while creating\r\nyour form::\r\n\r\n from django import forms\r\n from tagging.forms import TagField\r\n from tagging_autocomplete.widgets import TagAutocomplete\r\n\r\n class SomeForm(forms.Form):\r\n tags = TagField(widget=TagAutocomplete())\r\n\r\nOptional settings\r\n-----------------\r\nBy default the maximum number of results suggested by the autocompletion is 100.\r\nYou can modify this number by adding to your `settings.py` project file\r\nthe `TAGGING_AUTOCOMPLETE_MAX_RESULTS` constant.\r\nFor example::\r\n\r\n TAGGING_AUTOCOMPLETE_MAX_RESULTS = 5\r\n\r\nBy default autocompletion suggests tags that *start with* a given term.\r\nIn case you need to show ones that *contain* the given term,\r\nset `TAGGING_AUTOCOMPLETE_SEARCH_CONTAINS` to `True`.\r\nFor example::\r\n\r\n TAGGING_AUTOCOMPLETE_SEARCH_CONTAINS = True", "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/ludwiktrammer/django-tagging-autocomplete/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-tagging-autocomplete", "package_url": "https://pypi.org/project/django-tagging-autocomplete/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-tagging-autocomplete/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ludwiktrammer/django-tagging-autocomplete/" }, "release_url": "https://pypi.org/project/django-tagging-autocomplete/0.5.0/", "requires_dist": null, "requires_python": null, "summary": "Autocompletion for django-tagging", "version": "0.5.0" }, "last_serial": 1756826, "releases": { "0.3.1": [ { "comment_text": "", "digests": { "md5": "b35b0371ba87aca6ce5368abb742dfa2", "sha256": "8bada3a483d4d49dbd2f090a7e2c1680b8cea2157442e3c48ebdc89000c54d66" }, "downloads": -1, "filename": "django-tagging-autocomplete-0.3.1.tar.gz", "has_sig": false, "md5_digest": "b35b0371ba87aca6ce5368abb742dfa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3379, "upload_time": "2010-01-03T21:48:10", "url": "https://files.pythonhosted.org/packages/eb/d7/1a6456842c750afc80475b92d7f4096fd8aa3b7850c892279e60657e8f6b/django-tagging-autocomplete-0.3.1.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "5621ba98a458378d313977dbd106a63a", "sha256": "5f40e7c6f2c76463b547ea0f5b7617374ed76348ffa28d04112f034cc456ba6a" }, "downloads": -1, "filename": "django-tagging-autocomplete-0.4.tar.gz", "has_sig": false, "md5_digest": "5621ba98a458378d313977dbd106a63a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51722, "upload_time": "2014-06-20T08:18:16", "url": "https://files.pythonhosted.org/packages/dc/d9/3fd79323147bbf859eb15e57b8388fb454e909d96752ce897e37dd4fd275/django-tagging-autocomplete-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "7148ecbc5927147832156c0b2613e51e", "sha256": "19d008b511d2ab234c1f604d89ba209646beff3d5a33ce60944353f81726c16c" }, "downloads": -1, "filename": "django-tagging-autocomplete-0.4.1.tar.gz", "has_sig": false, "md5_digest": "7148ecbc5927147832156c0b2613e51e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51751, "upload_time": "2014-07-07T09:26:27", "url": "https://files.pythonhosted.org/packages/68/9d/8178d94e8b444a02609080b2fc6f5362aeb850debfc992c5d0bc35731f03/django-tagging-autocomplete-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "774e0e3e78e38e0f5344fb302ea0f88b", "sha256": "b10c1e8ec896970dee80aea65e0d34a5f6b5c2c0e3f6ba3a80432f5668dd6d39" }, "downloads": -1, "filename": "django-tagging-autocomplete-0.4.2.tar.gz", "has_sig": false, "md5_digest": "774e0e3e78e38e0f5344fb302ea0f88b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52165, "upload_time": "2014-07-07T10:02:41", "url": "https://files.pythonhosted.org/packages/78/3e/28357a7b9172a66e0a43386221c92903fe843ae813ee5ad11ac6042ba930/django-tagging-autocomplete-0.4.2.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "2b74d5f59619ef255d1448a305af735a", "sha256": "10bdcfbaffc138685238a00abba7ca5f189e3748b0ad27d393d2a97ccf4a4ac3" }, "downloads": -1, "filename": "django-tagging-autocomplete-0.5.0.tar.gz", "has_sig": false, "md5_digest": "2b74d5f59619ef255d1448a305af735a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52503, "upload_time": "2015-10-07T16:31:54", "url": "https://files.pythonhosted.org/packages/4d/8f/c3293f35168ee2a7da7c1925c894ebab352deef08d42d56e078b42106f90/django-tagging-autocomplete-0.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b74d5f59619ef255d1448a305af735a", "sha256": "10bdcfbaffc138685238a00abba7ca5f189e3748b0ad27d393d2a97ccf4a4ac3" }, "downloads": -1, "filename": "django-tagging-autocomplete-0.5.0.tar.gz", "has_sig": false, "md5_digest": "2b74d5f59619ef255d1448a305af735a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52503, "upload_time": "2015-10-07T16:31:54", "url": "https://files.pythonhosted.org/packages/4d/8f/c3293f35168ee2a7da7c1925c894ebab352deef08d42d56e078b42106f90/django-tagging-autocomplete-0.5.0.tar.gz" } ] }