From f29faa95cf008ff761d6f6c4a709e292c4333f3a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 9 May 2012 13:24:25 +0200 Subject: [PATCH] rename backref to singular --- sfa/storage/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/storage/model.py b/sfa/storage/model.py index 70258b65..dc931464 100644 --- a/sfa/storage/model.py +++ b/sfa/storage/model.py @@ -176,7 +176,7 @@ class RegAuthority (RegRecord): secondary=authority_pi_table, primaryjoin=RegRecord.record_id==authority_pi_table.c.authority_id, secondaryjoin=RegRecord.record_id==authority_pi_table.c.pi_id, - backref='reg_authorities_as_pis') + backref='reg_authorities_as_pi') def __init__ (self, **kwds): # fill in type if not previously set -- 2.43.0