> > Specifying Alternative Id Field:
> yes, we are working on it.
Without wishing to be too specific, any idea when: weeks or months?
In the meantime, do you think it would be feasible to use the idea of
simply copying the primary key to 'id' with a DB trigger?
> > Merging Records:
> yes, just "import uuid" and add a field Field('uuid',default=str(uuid.uuid4()))
Well I was meaning to use an UUID as a primary key, but I guess
that's not on the agenda. As far as stopping duplicates though, it
seems good.
BTW I just bought the new edition of the book and congratulate you on
producing such a fine reference guide. Thanks so much.