{ "info": { "author": "Matthew Somerville", "author_email": "matthew@mysociety.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Django-Select2\n==============\n\n[![PyPi Version](https://img.shields.io/pypi/v/Django-Select2.svg)](https://pypi.python.org/pypi/Django-Select2/)\n[![Build Status](https://travis-ci.org/applegrew/django-select2.svg?branch=master)](https://travis-ci.org/applegrew/django-select2)\n[![Code Health](https://landscape.io/github/applegrew/django-select2/master/landscape.svg?style=flat)](https://landscape.io/github/applegrew/django-select2/master)\n[![Test Coverage](https://coveralls.io/repos/applegrew/django-select2/badge.png?branch=master)](https://coveralls.io/r/applegrew/django-select2)\n[![GitHub license](https://img.shields.io/badge/license-APL2-blue.svg)](https://raw.githubusercontent.com/applegrew/django-select2/master/LICENSE.txt)\n[![Join the chat at https://gitter.im/applegrew/django-select2](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/applegrew/django-select2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\nThis is a [Django](https://www.djangoproject.com/) integration of [Select2](http://ivaynberg.github.com/select2/).\n\nThe app includes Select2 driven Django Widgets and Form Fields.\n\nInstallation\n============\n\n1. Install `django_select2`\n\n pip install django_select2\n\n2. Add `django_select2` to your `INSTALLED_APPS` in your project settings.\n\n3. When deploying on production server, run :-\n\n python manage.py collectstatic\n\n4. Add `django_select` to your urlconf if you use any 'Auto' fields.\n\n url(r'^select2/', include('django_select2.urls')),\n\n\nDocumentation\n=============\n\nDocumentation available at http://django-select2.readthedocs.org/.\n\nMore details\n============\n\nMore details can be found on my blog at - http://blog.applegrew.com/2012/08/django-select2/.\n\nExternal Dependencies\n=====================\n\n* Django - This is obvious.\n* jQuery - This is not included in the package since it is expected that in most scenarios this would already be available.\n* Memcached (python-memcached) - If you plan on running multiple python processes with `GENERATE_RANDOM_SELECT2_ID` enabled, then you need to turn on `ENABLE_SELECT2_MULTI_PROCESS_SUPPORT`. In that mode it is highly recommended that you use Memcached, to minimize DB hits.\n\nExample Application\n===================\nPlease see `testapp` application. This application is used to manually test the functionalities of this package. This also serves as a good example.\n\nYou need only Django 1.4 or above to run that. It might run on older versions but that is not tested.\n\nSpecial Thanks\n==============\n\n* Samuel Goldszmidt (@ouhouhsami) for reporting many fundamental issues with the code, because of which versions 2.0 and 2.0.1 were released.\n\nOfficial Contributors\n=====================\n\n* Johannes Hoppe (@codingjoe)\n\nChangelog\n=========\n\nSee [CHANGELOG.md](CHANGELOG.md)\n\nLicense\n=======\n\nCopyright 2012 Nirupam Biswas\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this project except in compliance with the License.\nYou may obtain a copy of the License at\n\n[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mysociety/django-select2", "keywords": "", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "mysociety-Django-Select2", "package_url": "https://pypi.org/project/mysociety-Django-Select2/", "platform": "", "project_url": "https://pypi.org/project/mysociety-Django-Select2/", "project_urls": { "Homepage": "https://github.com/mysociety/django-select2" }, "release_url": "https://pypi.org/project/mysociety-Django-Select2/4.3.2.2/", "requires_dist": null, "requires_python": "", "summary": "Select2 option fields for Django", "version": "4.3.2.2" }, "last_serial": 5119719, "releases": { "4.3.2.1": [ { "comment_text": "", "digests": { "md5": "0a988456e4f8da282b5561afa5e9115a", "sha256": "13415cda26e0bc147c392baff5b581f8e742e156da4b4ccaac5ca107693e5fb5" }, "downloads": -1, "filename": "mysociety_Django_Select2-4.3.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0a988456e4f8da282b5561afa5e9115a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 113511, "upload_time": "2016-03-01T14:56:14", "url": "https://files.pythonhosted.org/packages/99/c9/6ef6f240f1c707b639374ff9d04d8cafab4cd4b79e1b004548fbafa2e079/mysociety_Django_Select2-4.3.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4677f51d559df08975e9639588224b7a", "sha256": "f377b319a972df428cd6794378a49259277fc62b60cb0344daa555c32f70628e" }, "downloads": -1, "filename": "mysociety-Django-Select2-4.3.2.1.tar.gz", "has_sig": false, "md5_digest": "4677f51d559df08975e9639588224b7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99360, "upload_time": "2016-03-01T14:56:40", "url": "https://files.pythonhosted.org/packages/d5/27/b4071b9efb7cb65b7d93233bc8db80932457b7c7818659a18c52ea4c894b/mysociety-Django-Select2-4.3.2.1.tar.gz" } ], "4.3.2.2": [ { "comment_text": "", "digests": { "md5": "da3c7a53bdac3a60a6aa548a0be54f0e", "sha256": "81458bd82d85c83ff73103153b16253136fd804340b957baa4f12db794053505" }, "downloads": -1, "filename": "mysociety_Django_Select2-4.3.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "da3c7a53bdac3a60a6aa548a0be54f0e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 114680, "upload_time": "2019-04-09T16:48:39", "url": "https://files.pythonhosted.org/packages/86/01/ac6b43b4863dd2bf96120e1f18537d459339906bc92a1b8f966884dd44ed/mysociety_Django_Select2-4.3.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82f62b2d81de609153e2df362c07efb4", "sha256": "81f7d5e71603a1af61785fc0ca7605b7283c1c554ae046dd45f6579504eae5dc" }, "downloads": -1, "filename": "mysociety-Django-Select2-4.3.2.2.tar.gz", "has_sig": false, "md5_digest": "82f62b2d81de609153e2df362c07efb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99798, "upload_time": "2019-04-09T16:48:41", "url": "https://files.pythonhosted.org/packages/ec/fd/8331b018bd6a713108545723acd3597727b8a721840d28eafcbb653ad5d9/mysociety-Django-Select2-4.3.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "da3c7a53bdac3a60a6aa548a0be54f0e", "sha256": "81458bd82d85c83ff73103153b16253136fd804340b957baa4f12db794053505" }, "downloads": -1, "filename": "mysociety_Django_Select2-4.3.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "da3c7a53bdac3a60a6aa548a0be54f0e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 114680, "upload_time": "2019-04-09T16:48:39", "url": "https://files.pythonhosted.org/packages/86/01/ac6b43b4863dd2bf96120e1f18537d459339906bc92a1b8f966884dd44ed/mysociety_Django_Select2-4.3.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82f62b2d81de609153e2df362c07efb4", "sha256": "81f7d5e71603a1af61785fc0ca7605b7283c1c554ae046dd45f6579504eae5dc" }, "downloads": -1, "filename": "mysociety-Django-Select2-4.3.2.2.tar.gz", "has_sig": false, "md5_digest": "82f62b2d81de609153e2df362c07efb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99798, "upload_time": "2019-04-09T16:48:41", "url": "https://files.pythonhosted.org/packages/ec/fd/8331b018bd6a713108545723acd3597727b8a721840d28eafcbb653ad5d9/mysociety-Django-Select2-4.3.2.2.tar.gz" } ] }