symposion_app/symposion
Hiroshi Miura a95825ede8 python3 compatibility
- Things are suggested in python3 porting guide.
https://docs.djangoproject.com/en/1.8/topics/python3/

     1. adding ```from django.utils.encoding import
     python_2_unicode_compatible```

     2. ``` __str__``` instead of ```__unicode__```
     https://docs.djangoproject.com/en/1.8/topics/python3/#str-and-unicode-methods

     3. Adding ```from __future__ import unicode_literals``` at the top
     of your Python modules
     https://docs.djangoproject.com/en/1.8/topics/python3/#unicode-literals

     4. Removing the `u` prefix before unicode strings;
     https://docs.djangoproject.com/en/1.8/topics/python3/#unicode-literals

- also closed #66

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2015-08-03 23:32:25 +09:00
..
boxes python3 compatibility 2015-08-03 23:32:25 +09:00
cms python3 compatibility 2015-08-03 23:32:25 +09:00
conference python3 compatibility 2015-08-03 23:32:25 +09:00
locale add japanese translation 2015-06-21 12:51:36 +09:00
proposals python3 compatibility 2015-08-03 23:32:25 +09:00
reviews python3 compatibility 2015-08-03 23:32:25 +09:00
schedule python3 compatibility 2015-08-03 23:32:25 +09:00
speakers python3 compatibility 2015-08-03 23:32:25 +09:00
sponsorship python3 compatibility 2015-08-03 23:32:25 +09:00
static drop old unused chosen 2015-07-11 16:02:35 +09:00
teams python3 compatibility 2015-08-03 23:32:25 +09:00
utils Fix flake8 warnings 2014-07-30 15:19:26 -03:00
__init__.py bump version for dev 2013-03-14 04:56:04 -04:00
conf.py Ignore linting the settings import 2014-12-18 08:19:01 -06:00
forms.py fix OrderedDict import error in Py2.6 2015-07-20 12:03:54 +09:00
markdown_parser.py python3 compatibility 2015-08-03 23:32:25 +09:00
models.py add blank models.py to symposion 2012-08-14 04:20:46 -04:00
views.py python3 compatibility 2015-08-03 23:32:25 +09:00