This is from the 500 error:
--
IntegrityError at /case_edit/2651074/

duplicate key violates unique constraint
"case_no_office_county_unique"
--

I'm using the latest SVN build (9692).
This is what I used to create the constraint (since this was added
long after the table was created from django):
--
ALTER TABLE "main_case" ADD CONSTRAINT "case_no_office_county_unique"
UNIQUE ( "office_id", "county_id", "case_no" );
--


--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to