From: Thierry Parmentelat Date: Wed, 9 May 2012 11:24:25 +0000 (+0200) Subject: rename backref to singular X-Git-Tag: sfa-2.1-6~16 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=f29faa95cf008ff761d6f6c4a709e292c4333f3a rename backref to singular --- 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