﻿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
34403	max_length argument for the CharField is not respected through shell	Ittach1	nobody	"In this example,

class country(models.Model):
    name = models.CharField(max_length=80)
    code = models.CharField(max_length=3)

The code field has a maximum length of 3, but through the shell, the length seems to be exceeded without throwing a validation error. But from the Django Admin portal, the character length appears to work as expected. 

I've taken screenshots to show the existence of the bug. 




"	Uncategorized	closed	Uncategorized	4.1	Normal	duplicate			Unreviewed	0	0	0	0	0	0
