added delete_docformat in patch_list

This commit is contained in:
Anand Doshi 2012-03-27 19:41:45 +05:30
parent 2513e50dc4
commit b489297108

View File

@ -227,5 +227,10 @@ patch_list = [
'patch_file': 'clean_property_setter',
'description': 'Cleanup Property Setter Entries'
},
{
'patch_module': 'patches.mar_2012',
'patch_file': 'delete_docformat',
'description': 'Deletes DocFormat from database'
},
]