Skip to content

0.4

Compare
Choose a tag to compare
@gasman gasman released this 04 Sep 20:25
  • 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