Import a new version of django-selectable
authorMagnus Hagander <magnus@hagander.net>
Wed, 6 Jan 2016 15:27:59 +0000 (16:27 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 6 Jan 2016 15:27:59 +0000 (16:27 +0100)
commitdc61e30ab8329093150a1eb9333b1409986a07c6
tree6033c46eca9fa01a0a2e8d96c1325b9819457f0d
parent3d583f3fb0184b4858395a385438e4cb22080612
Import a new version of django-selectable

Needed for django 1.8
41 files changed:
dep/django-selectable/AUTHORS.txt
dep/django-selectable/LICENSE.txt
dep/django-selectable/PKG-INFO [new file with mode: 0644]
dep/django-selectable/README.rst
dep/django-selectable/selectable/__init__.py
dep/django-selectable/selectable/apps.py [new file with mode: 0644]
dep/django-selectable/selectable/base.py
dep/django-selectable/selectable/compat.py
dep/django-selectable/selectable/forms/base.py
dep/django-selectable/selectable/forms/fields.py
dep/django-selectable/selectable/forms/widgets.py
dep/django-selectable/selectable/locale/en/LC_MESSAGES/django.mo
dep/django-selectable/selectable/locale/en/LC_MESSAGES/django.po
dep/django-selectable/selectable/locale/es/LC_MESSAGES/django.mo
dep/django-selectable/selectable/locale/es/LC_MESSAGES/django.po
dep/django-selectable/selectable/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
dep/django-selectable/selectable/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
dep/django-selectable/selectable/locale/pl/LC_MESSAGES/django.mo
dep/django-selectable/selectable/locale/pl/LC_MESSAGES/django.po
dep/django-selectable/selectable/locale/pt_BR/LC_MESSAGES/django.mo
dep/django-selectable/selectable/locale/pt_BR/LC_MESSAGES/django.po
dep/django-selectable/selectable/locale/zh_CN/LC_MESSAGES/django.mo [new file with mode: 0644]
dep/django-selectable/selectable/locale/zh_CN/LC_MESSAGES/django.po [new file with mode: 0644]
dep/django-selectable/selectable/registry.py
dep/django-selectable/selectable/static/selectable/css/dj.selectable.css
dep/django-selectable/selectable/static/selectable/js/jquery.dj.selectable.js
dep/django-selectable/selectable/tests/__init__.py
dep/django-selectable/selectable/tests/base.py
dep/django-selectable/selectable/tests/test_base.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/test_decorators.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/test_fields.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/test_forms.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/test_functional.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/test_templatetags.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/test_views.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/test_widgets.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/urls.py
dep/django-selectable/selectable/tests/views.py
dep/django-selectable/selectable/urls.py
dep/django-selectable/setup.cfg [new file with mode: 0644]
dep/django-selectable/setup.py