Changes between Initial Version and Version 1 of Ticket #27335, comment 5
- Timestamp:
- Aug 7, 2018, 11:58:35 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27335, comment 5
initial v1 1 I'd like to see some kind of solution (or workaround) for this -- particularly because there isn't a workaround that I can see -- except maybe putting this logic in my models update(), but then it's always active. I guess a temporary proxy model might work as well.1 I'd like to see some kind of solution (or workaround) for this -- particularly because there isn't a workaround that I can see -- except maybe putting this logic in my models save(), but then it's always active. I guess a temporary proxy model might work as well. 2 2 3 3 I have a use case where I am synchronizing two databases with different schemas as part of a migration. The sync takes a long time when updating the data even when the data is the same because it's forcing an update for data that is already synced.