Commit 95a419dd authored by Hanno Schlichting's avatar Hanno Schlichting

Backported c81975 from trunk

parent 7c19061c
...@@ -4,6 +4,13 @@ Zope Changes ...@@ -4,6 +4,13 @@ Zope Changes
Change information for previous versions of Zope can be found in the Change information for previous versions of Zope can be found in the
file HISTORY.txt. file HISTORY.txt.
Zope 2.10.6 (Unreleased)
Bugs fixed
- Launchpad #164783: Indexes were migrated on initial creation of a
ZODB.
Zope 2.10.5 (2007/10/30) Zope 2.10.5 (2007/10/30)
Other changes Other changes
......
...@@ -177,6 +177,7 @@ class ZCatalog(Folder, Persistent, Implicit): ...@@ -177,6 +177,7 @@ class ZCatalog(Folder, Persistent, Implicit):
self._v_total = 0 self._v_total = 0
self._catalog = Catalog() self._catalog = Catalog()
self._migrated_280 = True
def __len__(self): def __len__(self):
# Perform a migration of _catalog.__len__ to _catalog._length # Perform a migration of _catalog.__len__ to _catalog._length
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment