DjangoQA / DjangoQA-DRF

GNU Affero General Public License v3.0
3 stars 0 forks source link

CICharfield not working properly. #20

Closed isane79 closed 2 years ago

isane79 commented 2 years ago

The code above will execute without expected duplicate error:

User.objects.filter(telegram_id=1).update(username="Amirreza")
User.objects.filter(telegram_id=2).update(username="aMirreza")
mahdizojaji commented 2 years ago

Research about install citext extension on postgresql