Hi all, I've created a few yaml fixtures, but they don't retain the primary key you specify via "pk:". Here's a sample:
- model: locations.location pk: 1 fields: type: 2 name: 'USA' aux_data: 'US' latitude: 12 longitude: -10 The primary key seems to always be 2 for every test. If I add another fixture it always seems to be 3. Any help would be appreciated. I'm using PostgreSQL and Django 1.1. Thanks! Abhik -- 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.