Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
951e7a91
Commit
951e7a91
authored
Jul 06, 2012
by
Clément Schreiner
Browse files
Fix mapper configuration.
parent
68894ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/model/plugin_results.py
View file @
951e7a91
...
...
@@ -64,10 +64,10 @@ class PluginResultData(OrmObject):
plugin_result_mapper
=
orm
.
mapper
(
PluginResult
,
t_plugin_results
,
polymorphic_on
=
t_plugin_results
.
c
.
plugin
,
polymorphic_identity
=
'plugin_results'
,
\
properties
=
{
'plugin_result
'
:
orm
.
relation
(
PackageVersion
,
backref
=
'plugin_results'
),
polymorphic_identity
=
'plugin_results'
,
properties
=
{
'package_version
'
:
orm
.
relation
(
PackageVersion
,
backref
=
'plugin_results'
),
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment