http://code.djangoproject.com/browser/django/trunk/django/db/models/base.py#L266
In the function that Alex linked to, the answer to your question is on line 266: backend.ops.last_insert_id(...) This varies from backend to backend, but is abstracted enough to know what the most recent insert ID is for whichever backend you use. -tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---