django-select2/django_select2/__init__.py
Johannes Hoppe 1f9b094b67 v5.8.10
2016-12-05 14:52:54 +01:00

12 lines
259 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.8.10"