django-select2/django_select2/__init__.py
Johannes Hoppe e3c6919bbd Fix tests
2016-08-15 09:07:57 +02:00

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.8.9"