Is there any way to use bulk_create() or bulk_update() with auto_now argument?

same as the title, I wanna bulk_create() the model class that with auto_now_add argument contained filed (or bulk_update() with auto_now)

Django version is 3.

The bulk_create works as expected.

See the docs for auto_now for the explanation as to why it doesn’t update with bulk_update.