Using Transactions to Make Django Tests Run Faster

Using Transactions to Make Django Tests Run Faster

Articles
How to use the nested transaction mechanism of the Django testing framework to avoid reinitialization of your test models.