What steps will reproduce the problem?
1. upload photos to photologue w/tagging installed
2. ./manage.py dumpdata > my.json
3. ./manage.py flushsql | psql
4. ./manage.py loaddata my.json
What is the expected output? What do you see instead?
Should see all my data loaded back into the database...
I get instead, a duplicate key error on tagging_taggeditem when loaddata
starts parsing the tagging.taggeditem content in the JSON file because some
of the photologue fields recreated tagging_taggeditem data on insert
What version of the product are you using? On what operating system?
v2 the latest download currently availble as of 18 Dec 2009 -- running on
PgSQL 8.4.1 and Ubuntu 9.10 with Python 2.6
Please provide any additional information below.
Original issue reported on code.google.com by ktiedt on 18 Dec 2009 at 9:14
Original issue reported on code.google.com by
ktiedt
on 18 Dec 2009 at 9:14