When using Django, setting `Meta: managed = False` in a model can sometimes lead to a `ProgrammingError` during unit tests from other apps when attempting operations such as `create()`. This is a memo on how to address this issue.
When I tried to migrate a project using Python 2.7 + Django 1.6 to Python 3.5 + Django 2.0 and recreated the migration files, running ./manage.py migrate resulted in the following error:
$client = new Zend_Http_Client($url);$response = $client->request('GET');
I was doing it like this, but due to an issue with the OS, I couldn't connect using TLS 1.2.