Hi list, I have a question regarding data imports with django and postgres. I used the database for my current application and used the db-dump script from here: http://www.djangosnippets.org/snippets/14/
When I load data into the database, I cannot insert new data afterwards. (Some weird unique check errors.) And yes, it happens with every model-instance I want to save. But: If I led out the ids when initially inserting data, it works. It took me several hours to do this manually and w/ scripts. Now I had to add a new field to a model and don't want to redo that again. The funny thing is... It works with mysql. So I wondered if someone has similar problems inserting an explicit id when the auto field flag is set? I'm using django SVN and the windows version of psycopg2. Postgres is running on linux (version 8.1.8). It doesn't work on webfaction either, so this information shouldn't be that helpful. Thanks for your time, Kai --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---