Files @ fa66316f8aca
Branch filter:

Location: symposion_app/symposion/proposals/__init__.py

Hiroshi Miura
form key ordering: detect django version

- Django 1.6 and before use SortedDict instead of OrderedDict
It detect version and return proper dict for key ordering.
- field deletion is done by reorder funcion.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
default_app_config = "symposion.proposals.apps.ProposalsConfig"