M1ha-Shvn / django-pg-bulk-update

Django manager for performing bulk update operations in PostgreSQL database
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

Attempt to allow setting of auto_now fields #77

Closed dhendry closed 3 years ago

dhendry commented 3 years ago

Attempt to fix https://github.com/M1ha-Shvn/django-pg-bulk-update/issues/76

Looks like this isnt entirely correct since Im still getting test failures

image

M1ha-Shvn commented 3 years ago

Thanks for PR. If you need help with fixing tests - I'll check it out in a week or 2, I have no much time right now.

dhendry commented 3 years ago

Thanks a lot for the review. Will try to get or fixed up next week.

Thanks again for the library - really useful and appreciated.

dhendry commented 3 years ago

@M1ha-Shvn all requested changes made

M1ha-Shvn commented 3 years ago

I'll make a release tomorrow after tests pass.