I have delete options for the modify_option_group method but for the life of me. I cannot work out how to use this function to add options to an option_group.

This commit is contained in:
Mike Fuller 2015-01-21 07:15:47 +11:00
commit 6fad81aabf
3 changed files with 28 additions and 8 deletions

View file

@ -548,7 +548,7 @@ class RDS2Backend(BaseBackend):
self.option_groups[option_group_name].remove_options(options_to_remove)
if options_to_include:
self.option_groups[option_group_name].add_options(options_to_include)
return ['a']
return self.option_groups[option_group_name]
class OptionGroup(object):