Closed fellipeh closed 9 years ago
Hi @fellipeh! I ran the tests with success. I thought in the possibility of changes from API but not yet. However i didn't done tests this lib with python 3+.
Or better. This lib not support python 3 or 3+ ;). All right?
The lib not supports py3000.
Hello,
When I create a simple slip_bank charge show me this error:
Environment:
Request Method: POST Request URL: http://local.enota.com.br:8000/cursos/matricular/confirmar/
Django Version: 1.8.1 Python Version: 3.4.2 Installed Applications: ('django_extensions', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'rest_framework', 'django_filters', 'social.apps.django_app.default', 'bootstrap3', 'crispy_forms', 'compressor', 'braces', 'accounts', 'core', 'cursos', 'assinatura', 'debug_toolbar') Installed Middleware: ('django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.auth.middleware.SessionAuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'core.context_middleware.JSONMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware')
Traceback: File "/Users/fellipeh/.virtualenvs/enota/lib/python3.4/site-packages/django/core/handlers/base.py" in get_response
Exception Type: TypeError at /cursos/matricular/confirmar/ Exception Value: the JSON object must be str, not 'bytes'