entity.py
changeset 3405 9d31c9cb8103
parent 3382 435286b8fe10
child 3418 7b49fa7e942d
--- a/entity.py	Wed Sep 23 11:03:57 2009 +0200
+++ b/entity.py	Wed Sep 23 11:04:59 2009 +0200
@@ -284,7 +284,7 @@
             try:
                 kwargs['_restpath'] = self.rest_path(kwargs.get('base_url'))
             except TypeError:
-                warn('%s: rest_path() now take use_ext_eid argument, '
+                warn('[3.4] %s: rest_path() now take use_ext_eid argument, '
                      'please update' % self.__regid__, DeprecationWarning)
                 kwargs['_restpath'] = self.rest_path()
         else: