Adam Thomas

Results 5 comments of Adam Thomas

Also having the same issue. It shows up in Django 1.6 because 1.6 moves away from using `SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'` by default, which Django versions prior to 1.6 did. This...

@meshy @jturnbull @Ian-Foote this'll need a folder for non-API views, any idea what it should be called/how it should be structured?

Hmm that could work!

possibly! I think it just depends on which one you put in `INSTALLED_APPS`.

Hey! I've run into this problem as well, and I think I have some understanding of why it happens. The issue seems to be in `await getResponseBody`, where there isn't...