From 41d8138d279421b08b2c8360df70d8a8188f54ba Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 9 Aug 2011 00:37:32 -0400 Subject: [PATCH] Updated the Changelog --- docs/Changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Changelog.txt b/docs/Changelog.txt index d51d533dd0..8d2e339d20 100644 --- a/docs/Changelog.txt +++ b/docs/Changelog.txt @@ -4,6 +4,11 @@ * Perform extra validation of the image cache directory and fallback to creating a temporary directory on validation failure + +* Added remediatory code to sidestep issue #10 caused by DjangoZoom's + deployment script executing the collectstatic command before creating + the database structure with syncdb. Thanks to Joost Cassee + (https://github.com/jcassee) for reporting this one. 2011-08-06