Changelog for 2.0.2.

This commit is contained in:
Bryan Veloso 2012-09-14 11:22:38 -07:00
parent 81db33e63a
commit 664b7d4cf4

View file

@ -1,6 +1,17 @@
Changelog
=========
v2.0.2
------
- Fixed the pickling of ImageSpecFieldFile.
- Signals are now connected without specifying the class and non-IK models
are filitered out in the receivers. This is necessary beacuse of a bug
with how Django handles abstract models.
- Fixed a `ZeroDivisionError` in the Reflection processor.
- `cStringIO` is now used if it's available.
- Reflections on images now use RGBA instead of RGB.
v2.0.1
------