Hi Django Devs-
I wanted to request the feature that when running (for example):
python manage.py loaddata data.json
That it performs a bulk load instead of individual transactions. The reason I am requesting this feature is when using PaaS vendors (like Heroku/ClearData) they restrict your number of queries per hour on free development tiers thus when you try load your data, it usually hits that capacity quite quickly. On the free tier for ClearData, its only 3k per hour queries.
Thanks,
Brad