Error : Ensure this value has at most 30 characters (it has 31) django

From: VENKTESH GUTTEDAR <venkteshguttedar(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Error : Ensure this value has at most 30 characters (it has 31) django
Date: 2014-12-10 12:38:14
Message-ID: CA+iwz4mWXMjyg1yzLpXwHFVU_tAkUOHeYnugVi9ggJH+sQ=Jyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I am using DJango 1.7 and Postgresql 9.3.5.

I am trying to store email in the username field of
django.contrib.auth.models.User.
but when i try to store more than 30 characters i am getting this error
: Ensure this value has at most 30 characters (it has 31) django
i tried changing the max length to 75 of username field of auth_user.
but still i am getting the same error.
Please help me to solve this

--
Regards :
Venktesh Guttedar.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G Johnston 2014-12-10 13:55:04 Re: Error : Ensure this value has at most 30 characters (it has 31) django
Previous Message Eric Svenson 2014-12-10 09:32:02 Re: Fwd: Fwd: Problem with pg_dump and decimal mark