Answer the question
In order to leave comments, you need to log in
How to be case insensitive in Django models?
Can you tell me how to make the django model so that it is case insensitive?
For example:
Tag = models.CharField(max_length=15, verbose_name='Тег', unique=True)
Category = models.ForeignKey(Post, max_length=15, verbose_name='Категррия', Unique=True)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question