﻿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
34887	Allow unlimited CharField for SQLite backend	Kar Petrosyan	Jae Hyuck Sa 	"Model validation throws an error on CharField when the max_length argument is not specified.

{{{#!python
class MyModel(models.Model):
    name = models.CharField()
}}}

The developer who knows that SQLite can store unlimited characters would be surprised in such cases.
I suggest allowing unlimited characters for SQLite, like we do for PostgreSQL.

Relevant PostgreSQL ticket: https://code.djangoproject.com/ticket/14094"	New feature	closed	Database layer (models, ORM)	4.2	Normal	fixed	SQLite		Ready for checkin	1	0	0	0	0	0
