django-select2/django_select2
Andrew Dodd e655ed7a59 Add setting to change source of select2 assets
These changes introduce additional (optional) configuration parameters.
The parameters allow the user of the library to select different JS/CSS
libraries from the ones shipped. In particular, this allows serving from
the local server and/or in private-network-only environments.

Refs #220
Closed #239
2015-12-15 19:57:48 +01:00
..
static/django_select2 Fixed javaScript bug for multiple different select2 fields on one page 2015-11-18 00:03:02 +01:00
__init__.py Add setting to change source of select2 assets 2015-12-15 19:57:48 +01:00
cache.py Radical removal of all unneeded code 2015-09-29 13:54:23 +02:00
conf.py Add setting to change source of select2 assets 2015-12-15 19:57:48 +01:00
forms.py Add setting to change source of select2 assets 2015-12-15 19:57:48 +01:00
models.py Added documentation 2015-09-29 14:33:06 +02:00
urls.py Replace "patterns" with list in url config 2015-12-10 16:05:29 +01:00
views.py Fixed pep257 issues 2015-12-02 19:40:14 +01:00