-----
. Remove dependency on the sites framework everywhere. The sites framework is still automatically
considered if an installed app.
. Do not store metadata in the request anymore but in a list on thread locals.
. Introduce class utils.Ultracache to subject arbitrary pieces of Python code to caching.
. Drop Django 1 support.