I'm using newforms-admin and I've got a "duplicate key violates unique
constraint" when I'm added new record(with the same value on field
that already exists in the db) in admin interface.
I've an "unique=True" in the field, shouldn't admin interface shows a
error message in the form and not raise a IntegrityError exception?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---