Hi,
as far as I read from django documentation "primary_key=True implies
blank=False, null=False and unique=True". But if I have a CharField
with primary_key=True it is still possible to enter an empty string (no
complaints in admin interface). The same happens if you explicitly say
"blank=False".

Is it a bug or am I missing something?

Cheers,

Emanuele

Reply via email to