~~~~~~~~~~~~~~~~
* Django 1.7 compatibility
* Fix: Datetimes are converted to UTC on serialisation and to local time on deserialisation, to match Django's behaviour when accessing the database
* Fix: ParentalKey relations to a model's superclass are now picked up correctly by that model
* Fix: Custom Media classes on ClusterForm now behave correctly