Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのモデルを持っています
name = models.CharField(max_length=50, blank=True, null=True) email = models.EmailField(max_length=50, unique=True)
ユーザーが両方のフィールドで英数字以外の文字を使用できないようにする必要があります。
何か方法はありますか?