Upon doing REUSE_DB=1 NOSE=1 ./manage.py test members.tests.forms.form_network_filter_test --with-progressive, I had some very scary evidence (show processlist and some traceback messages) that suggested it was using the real DB, not the fake test one. Repro, fix, and cover with tests!