brack3t / Djrill

[INACTIVE/UNMAINTAINED] Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email service from MailChimp.
BSD 3-Clause "New" or "Revised" License
319 stars 64 forks source link

Admin TypeError #82

Closed amalfra closed 9 years ago

amalfra commented 9 years ago

I am using latest version of Djrill with Django 1.7 on python 3.4. All admin routes are retruning :

the JSON object must be str, not 'bytes'

Any idea whats wrong?

medmunds commented 9 years ago

Could you post the exception trace from your debug environment? In particular, what file/line is throwing that exception? Thanks.

Also, just to double-check: when you say "all admin routes," are you only talking about the Djrill admin pages, or do you mean every Django admin page, even for other apps? (If everything is affected, have you seen the Django 1.7-specific note about admin?)

amalfra commented 9 years ago

I have done 1.7 sepcific configuration. Its on : site-packages/djrill/views.py in get

  1. "objects": json.loads(objects),