# HG changeset patch # User Julien Jehannet # Date 1266855826 -3600 # Node ID da0ad1b10779b8483afc504dd8e719099f21c678 # Parent d12cbd0b7574043fc7dbffddf6b7bcb881619009 le patch fix-3.6-deprecation-warning a été importé diff -r d12cbd0b7574 -r da0ad1b10779 web/uicfg.py --- a/web/uicfg.py Thu Mar 04 08:50:27 2010 +0100 +++ b/web/uicfg.py Mon Feb 22 17:23:46 2010 +0100 @@ -455,7 +455,7 @@ """XXX for < 3.6 bw compat""" def tag_relation(self, key, tag): warn('autoform_is_inlined is deprecated, use autoform_section ' - 'with formtype="inlined", section="attributes" or section="hidden"', + 'with formtype="main", section="inlined"', DeprecationWarning, stacklevel=3) section = tag and 'inlined' or 'hidden' autoform_section.tag_relation(key, 'main', section)