On Thu, Jan 5, 2012 at 11:39 PM, Anshuman Aggarwal <[email protected]> wrote: > Russ, > Just wanted to pick up an old thread about loading fixtures without > PK ...isn't this now a natural extension of the natural_key support > that was included in Django 1.2? Anybody else for whom this is a big > enough itch?
It's not completely related. Adding natural keys meant providing an alternate way to find existing objects. Generating objects without a PK is a different type of PK handling again. Yes, it's an itch for me, but not a huge one. I've also got a lot of non-Django related stuff on my plate at the moment, so unless something is causing spontaneous combustion, I haven't really got the cycles to look into it myself. The good news is that I'm almost certain that there's a ticket for this feature in Trac somewhere, and I'm not the only Django core dev -- hunt down the ticket, and poke around on django-dev on IRC, and you might be able to find someone to help you shepherd this into trunk for 1.4 (I think SmileyChris expressed some interest in the idea at one point -- Chris... am I remembering correctly?) Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

