----------------
Upgrade notes:
1. Photologue now relies on Pillow instead of PIL. The easiest way to upgrade
is to remove PIL completely, then install the new version of Photologue.
2. Photologue, in line with Django itself, has dropped support for Django 1.3.
List of changes:
- Switched from PIL to Pillow - hopefully this should make installation
easier.
- Initial setup of data: removed plinit and replaced it with a South data
migration.
- Added feature to allow extending the built-in templates (and documented
it!).
- Allow editing of Photo added date (temp way of sorting photos).
- Added an example project to help people wanting to contribute to the
project.
- Fixed buggy Travis CI script.
- fixed issue 52, transactions in migration
- fixed issue 51, uniqueness collisions in migration
- Accessing the root url (usually /photologue/ will now redirect you to the
gallery list view.
- Photologue requires min. Django 1.4.
- Tidied a data validator on PhotoSizes.