On Tue, May 3, 2011 at 1:28 AM, Shawn Milochik <[email protected]> wrote: > Since it wasn't stated explicitly in that last wish-list, I'd like to add: > No assumption that the primary key is an integer.
Certainly worth stating, but I don't think it's a major technical challenge. An abstract base class approach should allow for the concrete class to define the primary key type that is in use. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
