Merge pull request #2664 from anoek/todo-cleanup

API todo/fixme addressing and cleanup
This commit is contained in:
Akita Noek
2016-06-28 11:01:41 -04:00
committed by GitHub
18 changed files with 50 additions and 101 deletions

View File

@@ -339,7 +339,6 @@ def activity_stream_create(sender, instance, created, **kwargs):
# Skip recording any inventory source directly associated with a group.
if isinstance(instance, InventorySource) and instance.group:
return
# TODO: Rethink details of the new instance
object1 = camelcase_to_underscore(instance.__class__.__name__)
changes = model_to_dict(instance, model_serializer_mapping)
# Special case where Job survey password variables need to be hidden