Using Transactions to Make Django Tests Run Faster
How to use the nested transaction mechanism of the Django testing framework to avoid reinitialization of your test models.
How to use the nested transaction mechanism of the Django testing framework to avoid reinitialization of your test models.