Open gavinwahl opened 8 years ago
Django 1.10 allows bulk_create to retrieve the primary keys of the created objects: on some database backends: https://docs.djangoproject.com/en/1.10/releases/1.10/#database-backends. We should use this in clone_tree when possible.
Django 1.10 allows bulk_create to retrieve the primary keys of the created objects: on some database backends: https://docs.djangoproject.com/en/1.10/releases/1.10/#database-backends. We should use this in clone_tree when possible.