django-select2/django_select2/__init__.py

13 lines
267 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
"""
This is a Django_ integration of Select2_.
2017-04-11 11:28:39 +00:00
The application includes Select2 driven Django Widgets and Form Fields.
.. _Django: https://www.djangoproject.com/
.. _Select2: http://ivaynberg.github.com/select2/
"""
2015-08-06 09:58:27 +00:00
2017-04-11 11:28:39 +00:00
__version__ = "5.10.0"