Fix #774 -- Make question options sortable (#786)

* add position field

* add question option sorting logic
* add meta class to question option for sorting
* regenerate migration
* add template content and view mechanics

* Rename migration after rebase & update dependency
This commit is contained in:
Felix Rindt
2018-03-03 20:36:30 +01:00
committed by Raphael Michel
parent e35e264d81
commit 07d8a3d765
6 changed files with 76 additions and 23 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ setup(
'python-dateutil==2.4.*',
'pytz',
'django-bootstrap3==8.2.*',
'django-formset-js-improved==0.5.0.1',
'django-formset-js-improved==0.5.0.2',
'django-compressor==2.1',
'django-hierarkey==1.0.*,>=1.0.2',
'django-filter==1.0.*',