Added the ability to update individual items in ListFields. Example: Message.objects(pk=12).update(set__comments__5__body="Testing 123")
Added the ability to update individual items in ListFields. Example: Message.objects(pk=12).update(set__comments__5__body="Testing 123")