I'm upgrading django from 1.8 to 1.11 and this imports are failing
from django.core.management.sql import sql_delete
*** ImportError: cannot import name sql_delete
from django.core.management.sql import sql_all
*** ImportError: cannot import name sql_all
I was looking for the remove mention in the releases notes but I couldn't find anything. Does anyone know when were removed and any alternative to replace it?