Re: Fellow Reports -- June 2021

2021-07-01 Thread Carlton Gibson
Hi all. Calendar Week 23 -- ending 13 June. Triaged: https://code.djangoproject.com/ticket/32842 -- Refactor out a _check_token() method of CsrfViewMiddleware (Accepted) https://code.djangoproject.com/ticket/32797 -- model_ngettext incorrectly tries to translate already translated words (ne

Django security releases issued: 3.2.5 and 3.1.13

2021-07-01 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2021/jul/01/security-releases/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and st

Create indexes with expression using UniqueConstraint

2021-07-01 Thread Wladimir Guerra
Hello, First of all, you've being doing a great work here. Django is an amazing framework! I have been woking in a new project and I need to do a multiple columns unique validation in which some of them is nullable. So I've use a UniqueConstraint like: class Item(Model): name = models.Char

Re: Create indexes with expression using UniqueConstraint

2021-07-01 Thread Hannes Ljungberg
Hi! Support for using expressions on UniqueConstraints will be available in Django 4.0: https://docs.djangoproject.com/en/dev/releases/4.0/#functional-unique-constraints torsdag 1 juli 2021 kl. 15:23:21 UTC+2 skrev wladimir@gmail.com: > Hello, > First of all, you've being doing a great wo

Re: Create indexes with expression using UniqueConstraint

2021-07-01 Thread Wladimir Guerra
Hi Thanks for the reply. I’ve accidentally pushed the send button before finish the message. 🤦🏻‍♂️ Regards, Wladimir > Em 1 de jul. de 2021, à(s) 10:25, Hannes Ljungberg > escreveu: > > Hi! > > Support for using expressions on UniqueConstraints will be available in > Django 4.0: > https://