I'm implementing a fix for a ticket-26819 and need to add new models to test it.
The new models were added to tests/postgres_tests/models.py
but would like to know how to run the migrations before I run the tests.
Do I need to run the migrations explicitly or django run tests will take care of it?
Thanks,
Prem