appobject.py
changeset 2787 ece5bbed3cd2
parent 2770 356e9d7c356d
child 2788 8d3dbe577d3a
--- a/appobject.py	Wed Aug 12 18:06:23 2009 +0200
+++ b/appobject.py	Wed Aug 12 18:16:49 2009 +0200
@@ -454,6 +454,7 @@
 
     # various resources accessors #############################################
 
+    @deprecated('use self.rset.get_entity(row,col) instead')
     def entity(self, row, col=0):
         """short cut to get an entity instance for a particular row/column
         (col default to 0)