From bb0eaa4e77b651e809a8160adc5496094fc25d04 Mon Sep 17 00:00:00 2001 From: Charley Walton Date: Mon, 10 Apr 2017 16:22:35 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dced222..5e34387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,9 +35,7 @@ Version 1.1.0 - HAS BREAKING CHANGES * Switched to testing with PostgreSQL * Switch to using native JSONField on Django>=1.9. If you are upgrading an existing installation you will need to - execute the following SQL command manually: `ALTER TABLE "papertrail_entry" ALTER COLUMN "data" TYPE jsonb USING "data"::jsonb;` This is because there is no easy way to change the - underlying field AND dropping the dependency on django-jsonfield - at the same time. Sorry :( + execute the following SQL command manually: `ALTER TABLE "papertrail_entry" ALTER COLUMN "data" TYPE jsonb USING "data"::jsonb;` This is because there is no easy way to change the underlying field AND dropping the dependency on django-jsonfield at the same time. Sorry :( Version 1.0.5 (2016-06-22)