symposion_app/symposion/sponsorship
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
..
management add export sponsor data zip command 2015-06-21 14:39:18 +09:00
templatetags i18n sponsor fields 2015-06-21 15:44:23 +09:00
__init__.py Namespace the apps 2014-12-18 08:19:01 -06:00
admin.py python3 compatibility 2015-08-03 23:32:25 +09:00
apps.py Namespace the apps 2014-12-18 08:19:01 -06:00
forms.py python3 compatibility 2015-08-03 23:32:25 +09:00
managers.py first pass at merging pycon's sponsorship app with more basic symposion one 2012-07-12 15:17:49 -04:00
models.py python3 compatibility 2015-08-03 23:32:25 +09:00
tests.py add test 2015-06-21 14:39:18 +09:00
urls.py Enhanced sponsorship features 2015-06-21 14:39:18 +09:00
views.py python3 compatibility 2015-08-03 23:32:25 +09:00