We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cleared out the long-obsolete instructions relating to django 1.6, and also improved the overall readability of the page.
update for Python 3 (`unicode` -> `str`, `print x -> print(x)` ) and modern versions of Django (`MIDDLEWARE_CLASSES` -> `MIDDLEWARE`)
Updated Registering models (markdown)
Destroyed _Footer (markdown)
Created _Footer (markdown)
Updated Home (markdown)
add info about SearchContextMiddleware
Updated Language support (markdown)
Fixed name of catalog table
Updated Database support (markdown)
Created Language support (markdown)
Update docs because it doesn't automatically indexes null=True charfields
Migrations were introduced in 1.7, not 1.9.
make sure the __init__.py is displayed properly
Updating docs
Merge branch 'master' of https://github.com/etianen/django-watson.wiki