revert to django-ajax-select 1.2.5, later version does not work anymore with our versions of jQuery

This commit is contained in:
Benjamin Dauvergne 2014-01-20 16:34:15 +01:00
parent 5e35a2cc57
commit 32a8a2fe31
2 changed files with 7 additions and 1 deletions

View File

@ -166,6 +166,12 @@ class ReproOriginForm(BaseModelForm):
fields = ('sponsor', 'entity')
widgets = { 'entity': widgets.MillerColumns}
required = ('entity', )
class Media:
css = {
'all': ('css/ajax_select.css',),
}
js = ('js/ajax_select.js',)
@classmethod
def display_name(self):

View File

@ -9,6 +9,6 @@ flup
django-debug-toolbar
gunicorn
django-model-utils
django-ajax-selects
django-ajax-selects==1.2.5
http://repos.entrouvert.org/python-entrouvert.git/snapshot/python-entrouvert-master.zip
raven