Stop Django from creating fuzzy entries

Hello,
I’m translating Django into my language and it creates some fuzzy entries in the .po file.

One of them is Permissions from django.contrib.auth and the other one is Permission denied from a library I’ve installed.

I know this happens when Django thinks those two entries are similar, but in this case they have a completely different meaning and purpose. Also, none of them are from my own apps.

Is there a way to stop makemessages command to create fuzzy entries?

There is a won’t fix ticket for Django here where you can read some rationales behind the decision:

https://code.djangoproject.com/ticket/10852