~~~~~~~~~~~~~~~~~~~
- Added an ``is_active`` flag to sites.
- Removed the check that only one site is the default, making it
possible to change the default through the admin interface.
- Made it possible to edit ``is_active`` and ``is_default`` through the
changelist.
- Updated the Travis CI configuration to cover a greater range of
Python and Django version combinations.