You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Closes#225
## Side note
I'm not very familiar with the codebase, but I think the fix was not difficult. If there is much work required to close the issue, feel free to close this PR, so someone else more experienced could take the issue.
The
abulk_update
function (the async version ofbulk_update
) was added in Django 4.1 (Django docs: https://docs.djangoproject.com/en/5.0/ref/models/querysets/#django.db.models.query.QuerySet.abulk_update).This PR (feat: Add typings for async interface released for Django 4.1 #120) added some async methods but it seems that the
abulk_update
was not added.The text was updated successfully, but these errors were encountered: