Commit 2c829935 authored by Hanno Schlichting's avatar Hanno Schlichting

Launchpad #164783: Indexes were migrated on initial creation of a ZODB.

parent c9e8c3f7
......@@ -182,6 +182,9 @@ Zope Changes
Bugs Fixed
- Launchpad #164783: Indexes were migrated on initial creation of a
ZODB.
- Launchpad #151020: HTTP_CHAR_SET headers containing 'x-user-defined'
caused a LookupError exception. Unknown encodings are from now on
silently discarded.
......
......@@ -177,6 +177,7 @@ class ZCatalog(Folder, Persistent, Implicit):
self._v_total = 0
self._catalog = Catalog()
self._migrated_280 = True
def __len__(self):
# 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