mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00

Sync up to the same version we have on the commitfest app, which will also be required for eventual django 1.11 support.
7 lines
143 B
Python
7 lines
143 B
Python
"Auto-complete selection widgets using Django and jQuery UI."
|
|
|
|
|
|
__version__ = '1.1.0'
|
|
|
|
default_app_config = 'selectable.apps.SelectableConfig'
|