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.
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.