pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 147 forks source link

reorder signup fields #103

Closed miurahr closed 9 years ago

miurahr commented 9 years ago

A current implementation for ordering form is not work on Django 1.7+ anymore. It activate a feature in Django 1.7+ and drop support for Django 1.6 and before.

Closed: #102 Signed-off-by: Hiroshi Miura miurahr@linux.com

miurahr commented 9 years ago

I'd add a logic to detect py2.6 and/or django 1.6 for compatibility.