Forcing Identity column to start sequence at 1

Hello,

I was wondering if there is a way to force an IdentityField to start generating values from something greather than 0… This is to avoid confusing that value with a null value on foreign keys. I know I can use getLongObj, but would be nice if checking for null could be avoided…

Cheers

Nicolas