jorgebastida / django-dajax

Easy to use library to create asynchronous presentation logic with django and dajaxice
http://dajaxproject.com/
BSD 3-Clause "New" or "Revised" License
346 stars 99 forks source link

error after django 1.7 upgrade: __init__() got an unexpected keyword argument 'mimetype' #83

Closed mvillarejo closed 10 years ago

mvillarejo commented 10 years ago

Hello, first of all, congratulations for this really good module, for those like me that are not really capable of writing proper javascript code.. this would save a lot of time.

I just upgraded to Django 1.7 and I'm getting this error whilst using add_css_class

__init__() got an unexpected keyword argument 'mimetype'

I tried to dig a bit but couldn't find out exactly what is wrong, any idea?

thanks

mvillarejo commented 10 years ago

it looks like this was not an issue on this module, it affects dajaxice: https://github.com/jorgebastida/django-dajaxice/issues/140