[uicfg] remove pre 3.6 bw compat structure (prepares #2406609)
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 17 Jan 2013 14:29:12 +0100
changeset 8653 ad5a3ff57255
parent 8646 82c7c2e0f69f
child 8654 7021bba2dcf2
[uicfg] remove pre 3.6 bw compat structure (prepares #2406609) This should have been done in a673d1d9a738.
doc/3.16.rst
web/uicfg.py
--- a/doc/3.16.rst	Wed Jan 09 21:48:59 2013 +0100
+++ b/doc/3.16.rst	Thu Jan 17 14:29:12 2013 +0100
@@ -15,10 +15,11 @@
 Unintrusive API changes
 -----------------------
 
-
+* Drop of `cubicweb.web.uicfg.AutoformSectionRelationTags.bw_tag_map`,
+  deprecated since 3,6.
 
 User interface changes
 ----------------------
 
 * Remove changelog view, as nor cubicweb nor known cubes/applications were properly
-  feeding related files
\ No newline at end of file
+  feeding related files
--- a/web/uicfg.py	Wed Jan 09 21:48:59 2013 +0100
+++ b/web/uicfg.py	Thu Jan 17 14:29:12 2013 +0100
@@ -166,14 +166,6 @@
 class AutoformSectionRelationTags(RelationTagsSet):
     """autoform relations'section"""
 
-    bw_tag_map = {
-        'primary':   {'main': 'attributes', 'muledit': 'attributes'},
-        'secondary': {'main': 'attributes', 'muledit': 'hidden'},
-        'metadata':  {'main': 'metadata'},
-        'generic':   {'main': 'relations'},
-        'generated': {'main': 'hidden'},
-        }
-
     _allowed_form_types = ('main', 'inlined', 'muledit')
     _allowed_values = {'main': ('attributes', 'inlined', 'relations',
                                 'metadata', 'hidden'),