Open codingisacopingstrategy opened 11 years ago
The culprit is https://github.com/sfyn/django-etherpad-lite/blob/master/etherpadlite/models.py#L17
Simply removing it works under Django 1.5, however that has the side effect of re-enabling verify_exists under 1.4 and 1.3.
See https://github.com/stefanfoulis/cmsplugin-filer/pull/78 for a multi-version workaround
best,
Hello,
Trying to run this with Django 1.5 it fails to start the development server with the
TypeError: __init__() got an unexpected keyword argument 'verify_exists'
. I guess that’s because this functionality is removed from this version:https://docs.djangoproject.com/en/1.5/internals/deprecation/#id2