#2422: unique_together uses 'iexact' matching, I expected this to be 'exact'
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Admin interface | Version:
Severity: normal | Resolution:
Keywords: |
---------------------------------+------------------------------------------
Comment (by [EMAIL PROTECTED]):
Oh, another note - this can be related to ticket #2417 - when I define a
binary type field (in my own project subclassing models.CharField, and
defining the appropriate db type in the db creation.py module, 'ilike' is
not a valid operator for on such a field for obvious reasons whereas
'like' is.
--
Ticket URL: <http://code.djangoproject.com/ticket/2422>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates
-~----------~----~----~----~------~----~------~--~---