app/soc/models/work.py
changeset 410 2af7f84f4fc7
parent 402 021e86368600
child 477 8a8b1bd035c4
--- a/app/soc/models/work.py	Thu Oct 23 05:21:26 2008 +0000
+++ b/app/soc/models/work.py	Thu Oct 23 05:21:41 2008 +0000
@@ -42,8 +42,6 @@
       back-reference Query of the Review model 'reviewed' reference.
   """
 
-  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
   #: creation limits, used to prevent spamming, etc.).