Skip to main content

Django select2 theme for select input widgets.

Project description

This is django application that brings select2 widget to select inputs in admin.


Python 3.x pypi GitHub Action "Run tox" coverage MIT License

Project aims to support Python 3.7+ and Django 2.2+.

For Django < 2.0 version support or python-2.x compatibility, please use version 1.3.4 which is the last version to support python-2.x compatibility.

For Django 2.0/2.1 version support or Python 3.5/3.6 compatibility, please use version 1.5.7 which is the last version to support Django 2.0/2.1 and Python 3.5/3.6 compatibility.

This django library is just a lightweight wrapper on Select2 library and provides easy-to-use basic select2 functionality in a django project. If you need feature-rich solution, i recommend you to look at the latest django-select2 library, which have ajax loading support.

If anyone really wants this functionality in django-easy-select2, please feel free to contribute.

Currently project is not in active development state and is maintained by community. Pull requests are welcomed!

Upgrade notes

For details please read changelog.

How it looks

Select one of existing values with single-valued choice field (ForeignKeyField, for example):

https://github.com/asyncee/django-easy-select2/raw/master/screenshots/select2_single.png

Easily select 1 or more “categories” for your project, you can also add a new one in the normal, Django-Admin manner by using the green + button with multiple-valued choice field (ManyToManyField):

https://github.com/asyncee/django-easy-select2/raw/master/screenshots/select2_multiple.png

Quickstart

In your admin.py:

from django.contrib import admin
from easy_select2 import select2_modelform
from polls.models import Poll

PollForm = select2_modelform(Poll, attrs={'width': '250px'})

class PollAdmin(admin.ModelAdmin):
    form = PollForm

Thats all. All your choice widgets are select2 widgets 250px wide.

Documentation

You can read more in the documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-easy-select2-1.5.8.tar.gz (236.7 kB view details)

Uploaded Source

Built Distribution

django_easy_select2-1.5.8-py3-none-any.whl (270.0 kB view details)

Uploaded Python 3

File details

Details for the file django-easy-select2-1.5.8.tar.gz.

File metadata

  • Download URL: django-easy-select2-1.5.8.tar.gz
  • Upload date:
  • Size: 236.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for django-easy-select2-1.5.8.tar.gz
Algorithm Hash digest
SHA256 24ae57941f52afa04580d725c952068b6c6c6419e4ddaecdf79587addd2c013d
MD5 fa1a8784c8ac1ef6d4a586e2f046405c
BLAKE2b-256 2e35f690a8bf41749bd587d297b4e25dd421834048141a60753ee91fac3e66e2

See more details on using hashes here.

File details

Details for the file django_easy_select2-1.5.8-py3-none-any.whl.

File metadata

  • Download URL: django_easy_select2-1.5.8-py3-none-any.whl
  • Upload date:
  • Size: 270.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for django_easy_select2-1.5.8-py3-none-any.whl
Algorithm Hash digest
SHA256 fa102429773ca6d71155640a5350b336481c25fb61044b52dee0122b1acf872c
MD5 f2ce52ec96bf26799c92dc3d9ca9199a
BLAKE2b-256 6140f078031009e3f2067f4fd0e2bd75c7e742e96ed09cd717f4f6101597bdc5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page