I declared my choice as STATUS_CHOICES = ( (\'A\', \'available\'), (\'N\', \'new\'), (\'R\', \'reserved\'), (\'S\', \'sold-out\'), ) And i use this preferences in my I