From 78a33a9dfe6e67e87ebf95425862e474540b50ad Mon Sep 17 00:00:00 2001 From: Bojan Mihelac Date: Wed, 29 Jul 2015 14:58:06 +0200 Subject: [PATCH] Update changelog.rst --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 89a9ede0d..173bec15c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,10 +4,16 @@ Changelog for django-import-export 0.2.8 (unreleased) ------------------ +- use the IntegerWidget for database-fields of type BigIntegerField (#302) + +- make datetime timezone aware if USE_TZ is True (#283). + - Fix 0 is interpreted as None in number widgets (#274) - add possibility to override tmp storage class (#133, #251) +- better error reporting (#259) + 0.2.7 (2015-05-04) ------------------