#2019: manipulator_validator_unique_together does not work correctly
--------------------------------+-------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Admin interface | Version: SVN
Severity: normal | Resolution:
Keywords: |
--------------------------------+-------------------------------------------
Comment (by [EMAIL PROTECTED]):
I'm also having problems with unique_together (SVN revision 3116)
When I try to save a duplicate in the admin interface using SQLite as the
database, I get:
{{{
OperationalError (columns first_id, second_id are not unique)
}}}
When using MySQL as the database, I get:
{{{
IntegrityError (1062, "Duplicate entry '1-2' for key 2")
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/2019>
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
-~----------~----~----~----~------~----~------~--~---