From a63c9130969c412fb859f06e4c35098d68adaa44 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Tue, 28 Oct 2008 03:05:07 -0400 Subject: [PATCH] Export mirrors_table and Mirrors in invirt.database.models svn path=/trunk/packages/invirt-database/; revision=1361 --- debian/changelog | 6 ++++++ python/database/models.py | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9a79768..73c5c08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-database (0.0.2) unstable; urgency=low + + * Export mirrors_table and Mirrors from invirt.database.models + + -- Evan Broder Tue, 28 Oct 2008 03:04:54 -0400 + invirt-database (0.0.1) unstable; urgency=low * sipb-xen-database-common -> invirt-database diff --git a/python/database/models.py b/python/database/models.py index 5c3a19a..e44aff3 100644 --- a/python/database/models.py +++ b/python/database/models.py @@ -14,6 +14,7 @@ __all__ = ['meta', 'disk_table', 'types_table', 'cdroms_table', + 'mirrors_table', 'autoinstalls_table', 'Machine', 'MachineAccess', @@ -21,6 +22,7 @@ __all__ = ['meta', 'Disk', 'Type', 'CDROM', + 'Mirror', 'Autoinstall', 'or_', ] -- 1.7.9.5