Backward incompatibilities and upgrades

0.8

monkey patching

If using django >= 1.7 monkey patching will be handled by the apps machinery and you are supposed to get rid of old code in setting/__init__.py and in urls.py.

Read docs to understand how to fine tune which patches will be applied.