Closed Sovetnikov closed 7 years ago
I'm afraid there are a couple of things breaking backwards compatibility with Django 1.7 in the main release line now. Given Django 1.7 is no longer supported by the core team, it's definitely time for people to upgrade.
I'm writing this just in case someone with Django 1.7 have troubles using django-watson.
With django-watson version 1.4.0 "manage.py buildwatson" command gives error on Django 1.7:
Solution is very simple - just add check if 'apps' key in options, but i think there is no reason to make this fix in latest version because it is not compatible with Django 1.7 and error is only for 1.7.
Just in case anyone is still with Django 1.7 - one solution is to monkeypatch django-watson 1.4.0: