hi,
request: we have:
name = CharField("Name",iunique=True)
iunique translates into a case insensitive unique
reason: Most languages in the planet do not have case. This is peculiar to
languages using the roman script. As a result, data entry done by people from
non roman script backgrounds generally tends to ignore case. It is fairly
trivial to write a line or two of code to handle this, but in view of the
widespread prevalence of the problem iunique on a charfield would be a welcome
feature.
--
Regards
Kenneth Gonsalves
Senior Associate
NRC-FOSS at AU-KBC
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.