mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-28 08:54:44 +00:00
Currently there was no light version of the tag widget. A light version might come handy if you use a postgres `ArrayField` and a corresponding `SimpleArrayField`. Resolved #226
12 lines
258 B
Python
12 lines
258 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
This is a Django_ integration of Select2_.
|
|
|
|
The app includes Select2 driven Django Widgets and Form Fields.
|
|
|
|
.. _Django: https://www.djangoproject.com/
|
|
.. _Select2: http://ivaynberg.github.com/select2/
|
|
|
|
"""
|
|
|
|
__version__ = "5.4.0"
|