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:
parent
dfb33aaad3
commit
6fad81aabf
3 changed files with 28 additions and 8 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue