# Support for bulk\_create with Multi-Table Inheritance - Django Ticket: #28821

**URL:** https://forum.djangoproject.com/t/support-for-bulk-create-with-multi-table-inheritance-django-ticket-28821/27102
**Category:** Django Internals
**Created:** [January 18, 2024, 6:28pm UTC](https://forum.djangoproject.com/t/support-for-bulk-create-with-multi-table-inheritance-django-ticket-28821/27102 "2024-01-18T18:28:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![HamaBarhamou](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/hamabarhamou/32/18007_2.png) [@HamaBarhamou](https://forum.djangoproject.com/u/HamaBarhamou)
#### Post date: [January 18, 2024, 6:28pm UTC](https://forum.djangoproject.com/t/support-for-bulk-create-with-multi-table-inheritance-django-ticket-28821/27102/1 "2024-01-18T18:28:59Z")

</div>

Hello everyone,

I wanted to inform the group that I’ve started working on ticket [#28821](https://code.djangoproject.com/ticket/28821#comment:13) [[PR](https://github.com/django/django/pull/17754)], which is about enabling `QuerySet.bulk_create` for multi-table inheritance scenarios. I am building on the initial work done by jdufresne.

As I delve deeper into this task, I’ll likely have questions and would appreciate any insights or guidance. I’ll be posting all my queries and updates in this discussion thread to keep everyone informed and to centralize our communications.
