Changelog
=========

0.6 (2014-09-15)
----------------

* can now also inspect GenericForeignKey and ContentType fields, thanks
  @aschriner, Andy and @jhg


0.5 (2013-07-28)
----------------

* compatible python 3.3
* now also supports properties inspection (thanks Raffaele Colace)

Older versions
--------------

* 0.4: renamed get_FOO methods to update_FOO, self.items uses a sorted set
  internally
* 0.3: added self.relation_fields and self.many_fields
* 0.2: added self.items
* 0.1: initial version
