========
Backwards incompatible changes!
* added ``django-sekizai`` dependency
* added ``django-tinymce`` dependency
* default stylesheets and html structure changed, files renamed
* Added detail change view for images in Gallery
* No more ``null=True`` on ``CharFields`` and ``TextFields`` (used
``blank=True, default=''`` instead)