Files
postgres-web/dep/django-selectable/selectable/__init__.py
Magnus Hagander 6ffc1d4811 Import newer version of django-selectable
Sync up to the same version we have on the commitfest app, which will
also be required for eventual django 1.11 support.
2018-03-09 16:43:49 -05:00

7 lines
143 B
Python

"Auto-complete selection widgets using Django and jQuery UI."
__version__ = '1.1.0'
default_app_config = 'selectable.apps.SelectableConfig'