diff -r 37d0b6c25f3e -r 021e86368600 app/soc/models/work.py --- a/app/soc/models/work.py Mon Oct 20 23:24:41 2008 +0000 +++ b/app/soc/models/work.py Tue Oct 21 01:22:36 2008 +0000 @@ -42,7 +42,7 @@ back-reference Query of the Review model 'reviewed' reference. """ - key_fields = ['partial_path', 'link_name'] + KEY_FIELDS = ['partial_path', 'link_name'] #: Required 1:1 relationship indicating the User who initially authored the #: Work (this relationship is needed to keep track of lifetime document