{ "info": { "author": "Fabian Topfstedt", "author_email": "topfstedt@schneevonmorgen.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": "*** Credits ***\n This project is directly based on those projects:\n * Alex Gaynor, https://github.com/alex/django-taggit\n * Ludwik Trammer, http://code.google.com/p/django-tagging-autocomplete/\n * Jeremy Epstein, https://github.com/Jaza/django-taggit-autocomplete\n * Flavio Curella, https://github.com/fcurella/django-taggit-autocomplete\n * Drew Wilson, http://code.drewwilson.com/entry/autosuggest-jquery-plugin\n\n*** Installation ***\n * Add \"taggit_autosuggest\" to your INSTALLED_APPS in your project settings\n * Run \"python manage.py collectstatic\" in your django site dir.\n * Add the following line to your project's urls.py file:\n (r'^taggit_autosuggest/', include('taggit_autosuggest.urls')),\n\n\n*** Settings ***\n TAGGIT_AUTOSUGGEST_STATIC_BASE_URL:\n Instead of collecting and serving the static files directly, you can\n also set this variable to your static base URL somewhere else.\n TAGGIT_AUTOSUGGEST_MAX_SUGGESTIONS (Defaults to 20):\n The amount of suggestions is limited, you can raise or lower the limit\n of default 20 using this setting.\n TAGGIT_AUTOSUGGEST_CSS_FILENAME (Defaults to 'autoSuggest.css'):\n Set the CSS file which best fits your site elements.\n The CSS file have to be in 'jquery-autosuggest/css/'.\n TAGGIT_AUTOSUGGEST_MODELS (Defaults to tuple('taggit','Tag'))\n The Tag model used, if you happen to use Taggit custom tagging.\n\n*** Usage ***\nTo enable autosuggesting Tags, just let the tagged model use TaggableManager:\n\n from django.db import models\n from taggit_autosuggest.managers import TaggableManager\n\n\n class SomeModel(models.Model):\n\n tags = TaggableManager()\n\nTo use autosuggesting Tags outside of Django Admin pages ensure that the static\nfiles are added to the template's
, either hardcoded, e.g.\n\n \n \n\nor by adding the form/formset's media attribute to the template's context\n(this is what happens in Django Admin), e.g.\n\n # In the view:\n context.update({'media': form.media}) # or however you add to the context\n\n # In the template:\n {{ media }}\n\n(Either way, of course, the template must also include a jQuery library.)\n\nIf Taggit custom tagging is used the autosuggested Tags can be filtered by\nattributes of the request object after the name filtering. To enable this\nthe custom tag model should have a function called request_filter which\ntakes a request object and returns a django.db.models.Q object, e.g.\n\n from django.db import models\n\n class MyTag(TagBase):\n\n @staticmethod\n def request_filter(request):\n\n return models.Q(...)\n\nThere's a demo project using Grappelli bundled, you can run it and browse\n/admin/ using the username 'demo' and password 'demo'.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/fabian/django-taggit-autosuggest", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-taggit-autosuggest", "package_url": "https://pypi.org/project/django-taggit-autosuggest/", "platform": "", "project_url": "https://pypi.org/project/django-taggit-autosuggest/", "project_urls": { "Homepage": "https://bitbucket.org/fabian/django-taggit-autosuggest" }, "release_url": "https://pypi.org/project/django-taggit-autosuggest/0.3.8/", "requires_dist": [ "django-taggit" ], "requires_python": "", "summary": "Autosuggestions for django-taggit", "version": "0.3.8" }, "last_serial": 5879377, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "166842199e6ccb211807dfa3271790e3", "sha256": "db9f9607358eccbce4d64ed8eeedfa23b352999d94499a82bdd055452f84ede0" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.1.tar.gz", "has_sig": false, "md5_digest": "166842199e6ccb211807dfa3271790e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10653, "upload_time": "2012-08-10T21:10:24", "url": "https://files.pythonhosted.org/packages/a8/3b/fd0e9d661bfbf35716c44b2da5eed556f20368a79dd2330ecdbee5971e3c/django-taggit-autosuggest-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "8adae0932fb99385ae4eedeb92c1acfc", "sha256": "07cd2b41d75f6121d6a790ad34df2552c729caab815c2c15b118a5c712515a88" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.2.tar.gz", "has_sig": false, "md5_digest": "8adae0932fb99385ae4eedeb92c1acfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10673, "upload_time": "2012-08-22T20:23:52", "url": "https://files.pythonhosted.org/packages/56/f8/04cbf5b94614721b11480c15de724b61af376ee7ef2ac39d5b320d22b61b/django-taggit-autosuggest-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "285ac274b1984fdda5b8b0cdd438b519", "sha256": "33497a9ff615c1f174698fe4dd2ad5cf4c9c84319691ff7fb30b7d1b94d1e18b" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.2.1.tar.gz", "has_sig": false, "md5_digest": "285ac274b1984fdda5b8b0cdd438b519", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10611, "upload_time": "2013-11-13T09:00:57", "url": "https://files.pythonhosted.org/packages/71/63/f79f80e4afae102df88df2e2e47703b4e6cb21e289e22055a3cd86051541/django-taggit-autosuggest-0.2.1.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "17c662e9dae94c40f80bbb4f5bee2db1", "sha256": "1d8c4c8dee4046f0fdbd0fbb3dca36176621debe29c330994db5541b64902dfb" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.2.3.tar.gz", "has_sig": false, "md5_digest": "17c662e9dae94c40f80bbb4f5bee2db1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10843, "upload_time": "2014-05-06T12:42:24", "url": "https://files.pythonhosted.org/packages/16/df/95f41f5152806c2370334ea6d341e7426d0fd048fe085bdd28d4a5059227/django-taggit-autosuggest-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "0238161ecc2681136d4b21c667d1f1cd", "sha256": "5cc45c1b78ed7d6128d2cb896be2caf0697c5eb1e06b811aecb5919457d9b559" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.2.4.tar.gz", "has_sig": false, "md5_digest": "0238161ecc2681136d4b21c667d1f1cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10915, "upload_time": "2014-07-02T13:39:29", "url": "https://files.pythonhosted.org/packages/08/80/c34f00403ac378669248566145a271af127654e991ecbff44c9ec8e65a26/django-taggit-autosuggest-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "d4d00aad50e29827883769322f8a38b4", "sha256": "9f85868a69146f0ddfbd2733fdaa1e3b23f63a758901f7031a40e6b45267c24d" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.2.5.tar.gz", "has_sig": false, "md5_digest": "d4d00aad50e29827883769322f8a38b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11142, "upload_time": "2014-09-01T14:53:20", "url": "https://files.pythonhosted.org/packages/9e/00/7ee8e3a76d9cb5f00acdba9d943da4b2b6ed15699f0f3abef59b00d888dd/django-taggit-autosuggest-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "17f165f64aae278c3b7cbb5a43ba229f", "sha256": "0ddcd3b3b88f23faa920d47677af8b9daf8fe0354b8e2ecb01a24f15f12a8028" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.2.6.tar.gz", "has_sig": false, "md5_digest": "17f165f64aae278c3b7cbb5a43ba229f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11262, "upload_time": "2015-01-06T15:56:48", "url": "https://files.pythonhosted.org/packages/a7/9a/0b86dccf710653c7f5c2acb8b95a117d041b68534d088b936ae1c1a3c0a4/django-taggit-autosuggest-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "8b4d86be8f2239caf8e98cda4077ef36", "sha256": "e0efaee0022f21dffbfe6971f0e0d1dc7a3c87182948e6e1aeb751c87ba4c733" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.2.7.tar.gz", "has_sig": false, "md5_digest": "8b4d86be8f2239caf8e98cda4077ef36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12919, "upload_time": "2015-03-25T10:29:01", "url": "https://files.pythonhosted.org/packages/0a/6d/c4f5c36e4a13b814bf0be72170752fc039e498af7024a45c838b3253ff4d/django-taggit-autosuggest-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "9d59f81abcd58699de35e49dad062264", "sha256": "7ab459dda5e6b9267d79b97337b0a801f9ccc2f23887ee0953c5ac84325fc482" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.2.8.tar.gz", "has_sig": false, "md5_digest": "9d59f81abcd58699de35e49dad062264", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11897, "upload_time": "2015-12-02T15:02:32", "url": "https://files.pythonhosted.org/packages/f7/05/e8df13c2eecc9110af9ec2c87a60a3991230c991bdcfc3870619555f3922/django-taggit-autosuggest-0.2.8.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "c75ddb879dd49dbda0db7bacda08e98c", "sha256": "b3ceeffb6794f2f4799855e3ff721f9677e89a68f7df4a92d5baa9aafb5e7110" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.3.0.tar.gz", "has_sig": false, "md5_digest": "c75ddb879dd49dbda0db7bacda08e98c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11956, "upload_time": "2016-06-14T10:30:49", "url": "https://files.pythonhosted.org/packages/8f/6f/9f39e65058101f2cbab0bb7de534fbe354adb6b9fd95a2a264518c05c839/django-taggit-autosuggest-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "d00b1876b20ccb8eca4f87c8c6f7ff37", "sha256": "b2bb8a7b85cfca4e797bdd7344956f6c2a664e3e6dd2e979ce968e788bb368ac" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.3.1.tar.gz", "has_sig": false, "md5_digest": "d00b1876b20ccb8eca4f87c8c6f7ff37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11977, "upload_time": "2017-06-12T15:58:06", "url": "https://files.pythonhosted.org/packages/04/a7/b5a7692b4198a2904afa1a1c543eff43fb8990d5777f7b44ea3e42c74148/django-taggit-autosuggest-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "3a853425ae64c664a3243d8c98793ecf", "sha256": "8fb53bea1194aef27e0c0d1d10dab881f22855cc36ea39319994d878e5125496" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.3.2.tar.gz", "has_sig": false, "md5_digest": "3a853425ae64c664a3243d8c98793ecf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13473, "upload_time": "2017-12-22T12:54:56", "url": "https://files.pythonhosted.org/packages/32/12/11f7f758853c336f3c4b99e23e8dd422031c3535186e81ccda853ecae06f/django-taggit-autosuggest-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "d2b0392bb6dbcabe7b385260d5706b10", "sha256": "23b8b6e1e1d78b157e9ad5c310e8ee7a4dd1c7120fa088ee72debc7aa547800e" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.3.3.tar.gz", "has_sig": false, "md5_digest": "d2b0392bb6dbcabe7b385260d5706b10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13480, "upload_time": "2018-03-22T21:13:07", "url": "https://files.pythonhosted.org/packages/71/87/ac76db04756b659278ead386a1445d234017d340fa50f50327c4ccbd20fe/django-taggit-autosuggest-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "8ccc971ffe2b06c2cd06aa0663bf0a12", "sha256": "e233ca654ccb42709e923d3f31acbe3dc816340e70fdd1aa933a9dba0624fe84" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.3.4.tar.gz", "has_sig": false, "md5_digest": "8ccc971ffe2b06c2cd06aa0663bf0a12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13580, "upload_time": "2018-10-29T07:48:24", "url": "https://files.pythonhosted.org/packages/09/42/6d0484cfe8bb0f4f348aeafb9ce66949bd478bb9108a12b7e37eeb615ab8/django-taggit-autosuggest-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "e8c9e2691a5cdd5ed5df5de06a89594e", "sha256": "420c0ea76915e4f95215e0251c8f64f316ec2211711d773711814205d85b858b" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.3.5.tar.gz", "has_sig": false, "md5_digest": "e8c9e2691a5cdd5ed5df5de06a89594e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12066, "upload_time": "2019-03-27T14:40:42", "url": "https://files.pythonhosted.org/packages/b5/d5/01f0383d771de305328597adb474ed134601b017a22b40c7e7195401d9d6/django-taggit-autosuggest-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "c9487c89b241e570ee348bf8db3bb8b0", "sha256": "1b710fc7eb7892ceda856da0d4cadf1eafdc9f647224381e0831c9757649c2ab" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.3.6.tar.gz", "has_sig": false, "md5_digest": "c9487c89b241e570ee348bf8db3bb8b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12094, "upload_time": "2019-04-03T08:35:27", "url": "https://files.pythonhosted.org/packages/2e/bb/6266adaf9298d045495885eedae15fb6337a64179267086052dc7ff7dabd/django-taggit-autosuggest-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "0c22c7c3fa01814c1fcbbfd92449256d", "sha256": "3935187091a251368b306f189612da7245228946510155a1483327dede4f3d4f" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.3.7.tar.gz", "has_sig": false, "md5_digest": "0c22c7c3fa01814c1fcbbfd92449256d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12106, "upload_time": "2019-04-05T16:12:45", "url": "https://files.pythonhosted.org/packages/cd/36/edf607eead36e2e204c87321328b2cb7ab1bb99edd97c641ff6cd29e9ac9/django-taggit-autosuggest-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "a2f55bf009f09e1efd01119a8c0bf4a8", "sha256": "443135de0bb56d1949ccbe10189d14d510a27e5ed03218cbdc8151e725146c3b" }, "downloads": -1, "filename": "django_taggit_autosuggest-0.3.8-py3-none-any.whl", "has_sig": false, "md5_digest": "a2f55bf009f09e1efd01119a8c0bf4a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19140, "upload_time": "2019-09-24T12:16:57", "url": "https://files.pythonhosted.org/packages/be/68/2a8c704bdd43cd24793a7cdb83142cfa888b2738cda4e562fe2566fbc0e0/django_taggit_autosuggest-0.3.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9bb80574995b1e2987a5a59417a8a3ec", "sha256": "38a12cab02ad376394d9de8ceefecb4edb07df8b8926a6893dc89bc6871502db" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.3.8.tar.gz", "has_sig": false, "md5_digest": "9bb80574995b1e2987a5a59417a8a3ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12101, "upload_time": "2019-09-24T12:16:59", "url": "https://files.pythonhosted.org/packages/09/69/cdf32da0d42453c013169f43a898c9ffeb03eb0221f4a78d1fc23eaf75a7/django-taggit-autosuggest-0.3.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2f55bf009f09e1efd01119a8c0bf4a8", "sha256": "443135de0bb56d1949ccbe10189d14d510a27e5ed03218cbdc8151e725146c3b" }, "downloads": -1, "filename": "django_taggit_autosuggest-0.3.8-py3-none-any.whl", "has_sig": false, "md5_digest": "a2f55bf009f09e1efd01119a8c0bf4a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19140, "upload_time": "2019-09-24T12:16:57", "url": "https://files.pythonhosted.org/packages/be/68/2a8c704bdd43cd24793a7cdb83142cfa888b2738cda4e562fe2566fbc0e0/django_taggit_autosuggest-0.3.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9bb80574995b1e2987a5a59417a8a3ec", "sha256": "38a12cab02ad376394d9de8ceefecb4edb07df8b8926a6893dc89bc6871502db" }, "downloads": -1, "filename": "django-taggit-autosuggest-0.3.8.tar.gz", "has_sig": false, "md5_digest": "9bb80574995b1e2987a5a59417a8a3ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12101, "upload_time": "2019-09-24T12:16:59", "url": "https://files.pythonhosted.org/packages/09/69/cdf32da0d42453c013169f43a898c9ffeb03eb0221f4a78d1fc23eaf75a7/django-taggit-autosuggest-0.3.8.tar.gz" } ] }