klichukb / django-migrate-sql

Django Migrations for raw SQL
ISC License
12 stars 10 forks source link

Django translations #12

Open petrprikryl opened 4 years ago

petrprikryl commented 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

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.

browniebroke commented 4 years ago

Feel free to fork our fork and send us a pull request. 👍

browniebroke commented 4 years ago

Released as part of django-migrate-sql-deux 0.5.0.