75 lines
2.8 KiB
Plaintext
75 lines
2.8 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: django-select2
|
|
Version: 8.1.2
|
|
Summary: This is a Django_ integration of Select2_.
|
|
Keywords: Django,select2,autocomplete,typeahead
|
|
Author-email: Johannes Maron <johannes@maron.family>
|
|
Requires-Python: >=3.8
|
|
Description-Content-Type: text/x-rst
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: License :: OSI Approved :: MIT License
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: Environment :: Web Environment
|
|
Classifier: Operating System :: OS Independent
|
|
Classifier: Programming Language :: Python
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
Classifier: Programming Language :: Python :: 3.8
|
|
Classifier: Programming Language :: Python :: 3.9
|
|
Classifier: Programming Language :: Python :: 3.10
|
|
Classifier: Programming Language :: Python :: 3.11
|
|
Classifier: Framework :: Django
|
|
Classifier: Framework :: Django :: 3.2
|
|
Classifier: Framework :: Django :: 4.1
|
|
Classifier: Framework :: Django :: 4.2
|
|
Classifier: Topic :: Software Development
|
|
Requires-Dist: django>=3.2
|
|
Requires-Dist: django-appconf>=0.6.0
|
|
Requires-Dist: sphinx ; extra == "docs"
|
|
Requires-Dist: selenium ; extra == "selenium"
|
|
Requires-Dist: pytest ; extra == "test"
|
|
Requires-Dist: pytest-cov ; extra == "test"
|
|
Requires-Dist: pytest-django ; extra == "test"
|
|
Requires-Dist: selenium ; extra == "test"
|
|
Project-URL: Changelog, https://github.com/codingjoe/django-select2/releases
|
|
Project-URL: Documentation, https://django-select2.rtfd.io/
|
|
Project-URL: Issue-Tracker, https://github.com/codingjoe/django-select2/issues
|
|
Project-URL: Project-URL, https://github.com/codingjoe/django-select2
|
|
Project-URL: Source, https://github.com/codingjoe/django-select2
|
|
Provides-Extra: docs
|
|
Provides-Extra: selenium
|
|
Provides-Extra: test
|
|
|
|
|header|
|
|
|
|
==============
|
|
Django-Select2
|
|
==============
|
|
|
|
|version| |coverage| |license|
|
|
|
|
Custom autocomplete fields for `Django`_.
|
|
|
|
Documentation
|
|
-------------
|
|
|
|
Documentation available at https://django-select2.readthedocs.io/.
|
|
|
|
.. note::
|
|
Django's admin comes with builtin support for Select2
|
|
via the `autocomplete_fields`_ feature.
|
|
|
|
|
|
.. _Django: https://www.djangoproject.com/
|
|
.. _Select2: https://select2.org/
|
|
.. _autocomplete_fields: https://docs.djangoproject.com/en/stable/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields
|
|
|
|
.. |header| image:: https://repository-images.githubusercontent.com/266545281/c6db7d26-9f60-454b-845e-395d45c43fa7
|
|
.. |version| image:: https://img.shields.io/pypi/v/Django-Select2.svg
|
|
:target: https://pypi.python.org/pypi/Django-Select2/
|
|
.. |coverage| image:: https://codecov.io/gh/codingjoe/django-select2/branch/master/graph/badge.svg
|
|
:target: https://codecov.io/gh/codingjoe/django-select2
|
|
.. |license| image:: https://img.shields.io/badge/license-APL2-blue.svg
|
|
:target: https://raw.githubusercontent.com/codingjoe/django-select2/master/LICENSE.txt
|
|
|