Matjaž Horvat
Matjaž Horvat
Nice catch - this seems to be fixed, indeed.
> I'm curious: what is killing the migration? Is it a setting on Heroku, a setting in Django? Can it be overridden? Could be a setting, but I don't think...
@RafaelJohn9 r? https://github.com/mozilla/pontoon/pull/3299/commits/7ac05b9eca910665231788f0bdcc5e82c14d5bbc Without this change, `create_at` was always set to "now", i.e. to the date and time when the migration was executed: https://docs.djangoproject.com/en/5.1/ref/models/fields/#django.db.models.DateField.auto_now_add
Fixed in https://github.com/mozilla/pontoon/pull/3666.
Fixed in https://github.com/mozilla/pontoon/pull/3666
I've looked at about half of the changes and this looks like a massive improvement over the current code! 🥳 I haven't tested sync yet, but I'm having some issues...
> Localhost / AMO Linter: That seems like a bad configuration on my end. Relatedly, it would be nice to add a section to developer docs on how to configure...
I can now download files from AMO Linter, but downloading from Firefox still fails on stage (it works locally). Locally I couldn't make upload work, though. I downloaded the brand.ftl...
I've now experienced first slow sync. I'm on a 2 days old DB dump. A few new strings were added to AMO today and I synced AMO for the first...
> Does this work even now? As in, does uploading a resource with a string removed remove it from Pontoon? I uploaded a resource which had a translation that didn't...