I am getting the following error in django model.objects.get_or_create
.
SQLServer [FreeTDS][SQL Server]The data types nvarchar(max) and ntext
are incompatible in the equal to operator.
The column django is complaining about NVARCHAR(MAX)
with null allowed in SQLServer.
The Django model element is defined as TextField(null=True)