web/views/baseviews.py
changeset 6583 4e7325d6b616
parent 6455 3282742dd4c6
child 6740 e4974d5f7dca
--- a/web/views/baseviews.py	Fri Oct 22 09:15:35 2010 +0200
+++ b/web/views/baseviews.py	Fri Oct 22 11:06:57 2010 +0200
@@ -359,7 +359,7 @@
 
     def call(self, subvid=None, **kwargs):
         if subvid is None and 'vid' in kwargs:
-            warn("should give a 'subvid' argument instead of 'vid'",
+            warn("[3.9] should give a 'subvid' argument instead of 'vid'",
                  DeprecationWarning, stacklevel=2)
         else:
             kwargs['vid'] = subvid