From e087c03a5828187b607409807b663083d40d6f89 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 7 Nov 2011 23:10:22 +0530 Subject: [PATCH] ... --- src/calibre/db/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/db/__init__.py b/src/calibre/db/__init__.py index cde01b5f01..5d12bdc686 100644 --- a/src/calibre/db/__init__.py +++ b/src/calibre/db/__init__.py @@ -66,4 +66,6 @@ Various things that require other things before they can be migrated: functionality. 2. Catching DatabaseException and sqlite.Error when creating new libraries/switching/on calibre startup. + 3. From refresh in the legacy interface: Rember to flush the composite + column template cache. '''