﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29194	Saving entry into db fails when value of a textfield type parameter is too big (more than 6000 char)	Alberto Misail	Alberto Misail	"When a model has a textfield type parameter, the value of this parameter should be a string of any size.
Nonetheless, when trying to insert a new entry where this string is longer than 6000 chars it fails throwing an invalid precision value.
Note that when trying with small sizes it works
I am using a MS SQL database, Django 1.11.9 and Python 3.5.2
Find attached the models file and the test cases that show the issue"	Bug	closed	Database layer (models, ORM)	1.11	Normal	invalid	TextField		Unreviewed	0	0	0	0	0	0
