Dear Django Users, There is a part in my code where i check if there is an IntegrityError on certain values and is so the error is caught and saved in a list. To be able to do this i imported from psycopg2 the IntegrityError.
This all does work like it should the only thing is that after that i caught the integrityerror and i want to access other data from the database no values are returned as if there are no values present. does anybody have a clue what's going on and how i could solve it. best regards, Richard -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.