* increased the length of `Column.label` to 255 chars (fixes 9) * now compatible with Django1.7 * perf improvements, queryset filtering (fixes 7), thanks Christophe31
0.6
----------------
* fixes 5: compatibility with django 1.6
0.5
----------------
* fixes 3: Export's slug is now unique * fixes 4: fix exports failing for models pointed to with a OneToOneField
0.4
----------------
* compatible python 3.3
Older versions --------------
* 0.3: compatible with django 1.4, download link in the admin * 0.2: fields on related models also available to exports * 0.1: initial version