regex
A regular expression specified either as a string or a compiled regular expression object.
Also takes max_length
, min_length
, and strip
, which work just as they do for CharField
.
regex
A regular expression specified either as a string or a compiled regular expression object.
Also takes max_length
, min_length
, and strip
, which work just as they do for CharField
.
Please login to continue.