Ticket #1881 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Left out an import

Reported by: kless Assigned to: anonymous
Priority: highest Milestone: 2.0-preview-2
Component: Identity Version: trunk
Severity: major Keywords: identity import
Cc:

Description

'identity. py' file has:

from clsdb.model import metadata

and must be:

from clsdb.model import metadata, DBSession

Change History

07/06/08 12:09:39 changed by mramm

  • priority changed from high to highest.

07/06/08 20:48:57 changed by mramm

  • milestone changed from 2.0-preview-1 to 2.0-preview-2.

07/08/08 18:22:14 changed by mramm

  • status changed from new to closed.
  • resolution set to fixed.

fixed in r4908