1👍
✅
Use the kwargs
magic:
field = request.POST['creationLanguage']
value = request.POST['title']
title = Translation.objects.create(**{field: value})
Source:stackexchange.com