django-tof icon indicating copy to clipboard operation
django-tof copied to clipboard

translation save optimisation

Open danilovmy opened this issue 5 years ago • 0 comments

we have translation.value = value translation.save() we can make translation.save(update_fields=('value', value)).

danilovmy avatar Apr 17 '20 09:04 danilovmy