mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-20 15:20:23 +00:00
12 lines
267 B
Python
12 lines
267 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
This is a Django_ integration of Select2_.
|
|
|
|
The application includes Select2 driven Django Widgets and Form Fields.
|
|
|
|
.. _Django: https://www.djangoproject.com/
|
|
.. _Select2: http://ivaynberg.github.com/select2/
|
|
|
|
"""
|
|
|
|
__version__ = "5.10.0"
|