Comment 1 for bug 1018682

Revision history for this message
François Marier (fmarier) wrote :

15:35 < hellekin> fmarier: BTW the Django docs say that "Any fields that are stored with VARCHAR column
                  types have their max_length restricted to 255 characters if you are using unique=True
                  for the field."
15:36 < hellekin> and ComfirmedOpenId class says: openid = models.URLField(unique=True,
                  verify_exists=False, max_length=MAX_LENGTH_URL)
15:36 < hellekin> so it *will* be restricted to 255 chars anyway