delete unwanted doctypes of website settings

This commit is contained in:
Anand Doshi 2012-06-26 12:18:41 +05:30
parent c6fc345f35
commit 0b06004986

View File

@ -452,4 +452,9 @@ patch_list = [
'patch_file': 'alter_tabsessions',
'description': "alter tabsessions to change user column definition"
},
{
'patch_module': 'patches.april_2012',
'patch_file': 'delete_about_contact',
'description': "delete depracated doctypes of website module"
},
]