guide-to-testing-in-django
guide-to-testing-in-django copied to clipboard
Test with ManyToManyField
It would be interesting to create tests in model layer, using fixtures in the case of models containing fields of type ManyToManyField.