web/uicfg.py
changeset 4339 fe93b670343d
parent 4261 b45a3563c6bb
child 4347 af7b256bf2d5
--- a/web/uicfg.py	Mon Jan 25 19:16:35 2010 +0100
+++ b/web/uicfg.py	Mon Jan 25 19:18:33 2010 +0100
@@ -436,7 +436,7 @@
     def tag_relation(self, key, tag):
         warn('autoform_is_inlined rtag is deprecated, use autoform_section '
              'with inlined formtype and "attributes" or "hidden" section',
-             DeprecationWarning, stacklevel=2)
+             DeprecationWarning, stacklevel=3)
         section = tag and 'inlined' or 'hidden'
         autoform_section.tag_relation(key, 'main', section)