Import django-selectable
authorMagnus Hagander <magnus@hagander.net>
Thu, 23 Jun 2016 15:56:42 +0000 (17:56 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 23 Jun 2016 15:59:45 +0000 (17:59 +0200)
commita6d3b44038885386a705e58d7c9bed9fdf2abe82
tree15ae86d48928ed50f6b1c8fee4070c3592026d23
parent41e1b3b1b2c26b5c4b680582a433c327b223063e
Import django-selectable

This will also be used to do /admin/ autocompletes.
88 files changed:
dep/django-selectable/.coveragerc [new file with mode: 0644]
dep/django-selectable/.tx/config [new file with mode: 0644]
dep/django-selectable/AUTHORS.txt [new file with mode: 0644]
dep/django-selectable/LICENSE.txt [new file with mode: 0644]
dep/django-selectable/MANIFEST.in [new file with mode: 0644]
dep/django-selectable/PKG-INFO [new file with mode: 0644]
dep/django-selectable/README.rst [new file with mode: 0644]
dep/django-selectable/docs/Makefile [new file with mode: 0644]
dep/django-selectable/docs/admin.rst [new file with mode: 0644]
dep/django-selectable/docs/advanced.rst [new file with mode: 0644]
dep/django-selectable/docs/conf.py [new file with mode: 0644]
dep/django-selectable/docs/contribute.rst [new file with mode: 0644]
dep/django-selectable/docs/fields.rst [new file with mode: 0644]
dep/django-selectable/docs/index.rst [new file with mode: 0644]
dep/django-selectable/docs/lookups.rst [new file with mode: 0644]
dep/django-selectable/docs/make.bat [new file with mode: 0644]
dep/django-selectable/docs/overview.rst [new file with mode: 0644]
dep/django-selectable/docs/quick-start.rst [new file with mode: 0644]
dep/django-selectable/docs/releases.rst [new file with mode: 0644]
dep/django-selectable/docs/settings.rst [new file with mode: 0644]
dep/django-selectable/docs/testing.rst [new file with mode: 0644]
dep/django-selectable/docs/widgets.rst [new file with mode: 0644]
dep/django-selectable/grunt.js [new file with mode: 0644]
dep/django-selectable/runtests.py [new file with mode: 0644]
dep/django-selectable/selectable/__init__.py [new file with mode: 0644]
dep/django-selectable/selectable/apps.py [new file with mode: 0644]
dep/django-selectable/selectable/base.py [new file with mode: 0644]
dep/django-selectable/selectable/compat.py [new file with mode: 0644]
dep/django-selectable/selectable/decorators.py [new file with mode: 0644]
dep/django-selectable/selectable/exceptions.py [new file with mode: 0644]
dep/django-selectable/selectable/forms/__init__.py [new file with mode: 0644]
dep/django-selectable/selectable/forms/base.py [new file with mode: 0644]
dep/django-selectable/selectable/forms/fields.py [new file with mode: 0644]
dep/django-selectable/selectable/forms/widgets.py [new file with mode: 0644]
dep/django-selectable/selectable/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
dep/django-selectable/selectable/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
dep/django-selectable/selectable/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
dep/django-selectable/selectable/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
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 [new file with mode: 0644]
dep/django-selectable/selectable/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
dep/django-selectable/selectable/locale/pt_BR/LC_MESSAGES/django.mo [new file with mode: 0644]
dep/django-selectable/selectable/locale/pt_BR/LC_MESSAGES/django.po [new file with mode: 0644]
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/models.py [new file with mode: 0644]
dep/django-selectable/selectable/registry.py [new file with mode: 0644]
dep/django-selectable/selectable/static/selectable/css/dj.selectable.css [new file with mode: 0644]
dep/django-selectable/selectable/static/selectable/js/jquery.dj.selectable.js [new file with mode: 0644]
dep/django-selectable/selectable/templates/selectable/jquery-css.html [new file with mode: 0644]
dep/django-selectable/selectable/templates/selectable/jquery-js.html [new file with mode: 0644]
dep/django-selectable/selectable/templatetags/__init__.py [new file with mode: 0755]
dep/django-selectable/selectable/templatetags/selectable_tags.py [new file with mode: 0755]
dep/django-selectable/selectable/tests/__init__.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/base.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/decorators.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/fields.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/forms.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/functests.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/qunit/helpers.js [new file with mode: 0644]
dep/django-selectable/selectable/tests/qunit/index.html [new file with mode: 0644]
dep/django-selectable/selectable/tests/qunit/jquery-loader.js [new file with mode: 0644]
dep/django-selectable/selectable/tests/qunit/main.js [new file with mode: 0644]
dep/django-selectable/selectable/tests/qunit/sinon-1.5.2.js [new file with mode: 0644]
dep/django-selectable/selectable/tests/qunit/test-events.js [new file with mode: 0644]
dep/django-selectable/selectable/tests/qunit/test-methods.js [new file with mode: 0644]
dep/django-selectable/selectable/tests/qunit/test-options.js [new file with mode: 0644]
dep/django-selectable/selectable/tests/templatetags.py [new file with mode: 0644]
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 [new file with mode: 0644]
dep/django-selectable/selectable/tests/views.py [new file with mode: 0644]
dep/django-selectable/selectable/tests/widgets.py [new file with mode: 0644]
dep/django-selectable/selectable/urls.py [new file with mode: 0644]
dep/django-selectable/selectable/views.py [new file with mode: 0644]
dep/django-selectable/setup.cfg [new file with mode: 0644]
dep/django-selectable/setup.py [new file with mode: 0644]
media/selectable/css/dj.selectable.css [new file with mode: 0644]
media/selectable/js/jquery.dj.selectable.js [new file with mode: 0644]
pgweb/selectable [new symlink]
selectable [new symlink]