Open petrprikryl opened 4 years ago
Hi, I am using this fork https://github.com/festicket/django-migrate-sql and have question on @browniebroke if would be possible to add @no_translations decorator to handle like here https://github.com/django/django/blob/2.1/django/core/management/commands/makemigrations.py#L56
@no_translations
handle
Our problem is that after installing django-migrate-sql Django generates all migrations translated (verbose_names etc.) so there are changes detected everywhere even in Django itself because I am not working on english project.
Feel free to fork our fork and send us a pull request. 👍
Released as part of django-migrate-sql-deux 0.5.0.
Hi, I am using this fork https://github.com/festicket/django-migrate-sql and have question on @browniebroke if would be possible to add
@no_translations
decorator tohandle
like here https://github.com/django/django/blob/2.1/django/core/management/commands/makemigrations.py#L56Our problem is that after installing django-migrate-sql Django generates all migrations translated (verbose_names etc.) so there are changes detected everywhere even in Django itself because I am not working on english project.