Landy - thanks for that idea. Am I correct in understanding that setting a field to AutoField has no effect on save_model, and simply causes dbsync to add the sequence/nextval to the Postgres table? If so that is my problem, because I want to have one database schema that works across different DBMSes, and the sequence/nextval syntax is Postgres-specific so I have not been using dbsync.
I was hoping AutoField caused the *application* to manage the auto- incrementing primary key, not the database -- is there an easy way to do this in Django/Admin? Thanks very much for the help. Lee -- 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.

