@pytest.fixture
@pytest.mark.django_db
def user2():
    yield autofixture.create_one('auth.User', {
        'username': USER_USERNAME_2,