From 8778746b0620aafda95f2c18415618886eb183cb Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 7 Nov 2011 15:28:40 -0400 Subject: [PATCH] Updated changelog --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f2ffb35eee..bb28c20cc6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,6 +8,10 @@ valid image * Removed tag count from the group document list widget to conserve vertical space +* Updated required Django version to 1.3.1 +* Removed the included 3rd party module django-sendfile + + * User should do a pip install -r requirements/production.txt to update 2011-11-06 ----------