----------------
- TracebackLoggingMiddleware isn't needed anymore, so the config checker now
tells you that if you still have it in your MIDDLEWARE_CLASSES.
- Switched off sql statement logging by default.
- Added url patterns for showing static/ and media/ files in debug mode. Use
it by importing ``debugmode_urlpatterns`` from ``lizard_ui.urls`` and
calling ``urlpatterns += debugmode_urlpatterns()``.