natural keys and dumpdata

2010-07-09 Thread Stijn Hoop
Hi, I am trying to use the 'natural keys' feature of django to make a sort of "future proof" fixture loading possible. By "future proof" I mean that I want a site administrator to be able to add new objects to database tables where I will provide initial data. But I also want to be able to add ne

Re: natural keys and dumpdata

2010-07-10 Thread Stijn Hoop
Hello, On Jul 9, 9:13 pm, SmileyChris wrote: > It seems that my ticket in http://code.djangoproject.com/ticket/13252 > covers this. It's ready for review if anyone wants to give it a > spin... That patch indeed matches mine, but yours is of course much further along. Javier Guerra Giraldez wrot