django-etl-sync
django-etl-sync copied to clipboard
Simplify hashing
Hashing happens currently on instances. It would be simpler to just hash on the incoming dictionary which would be a breaking change (or would at least slow down reloads because all hashes have to be rewritten).
I did some work on this -- wrap up