Hi Django Devs- Per the feature request documentation: https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#requesting-features
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 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/ad8503de-4052-484c-a189-e153605984f3%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
