Skip to content

codingjoe/django-select2

 
 

Repository files navigation

Django-Select2

version ci coverage license

This is a Django integration of Select2.

The app includes Select2 driven Django Widgets.

Note

Django's admin comes with builtin support for Select2 since version 2.0 via the autocomplete_fields feature.

Installation

  1. Install django_select2
pip install django_select2
  1. Add django_select2 to your INSTALLED_APPS in your project settings.
  2. Add django_select to your urlconf if you use any "Auto" fields.
url(r'^select2/', include('django_select2.urls')),

Documentation

Documentation available at http://django-select2.readthedocs.io/.

External Dependencies

  • jQuery version 2 This is not included in the package since it is expected that in most scenarios this would already be available.

Example Application

Please see tests/testapp application. This application is used to manually test the functionalities of this package. This also serves as a good example.

Changelog

See Github releases

About

This is a Django integration for Select2

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages

  • Python 96.2%
  • JavaScript 2.7%
  • Other 1.1%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy