django-mysql
django-mysql copied to clipboard
DELETE RETURNING
MariaDB has it, and as mentioned in #42 it can be done with user variables with a double-query in vanilla MySQL so why not?
#102 allows a basic DELETE RETURNING construct with LAST_INSERT_ID.
Generic django feature would be good.