Files @ fa66316f8aca
Branch filter:

Location: symposion_app/MANIFEST.in

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>
1
2
3
include README LICENSE
recursive-include symposion/templates *.html *.txt
recursive-include symposion/static *