Re: Password validation Error with Latin characters

2017-11-29 Thread Claude Paroz
Hi Adrian, I don't see anything related to Django development in your post. Maybe this was more for the django-users mailing list? Claude Le jeudi 30 novembre 2017 02:39:31 UTC+1, Adrian Mansilla a écrit : > > I am using the function 'validate_password (password, new_user)' and I > have my set

Password validation Error with Latin characters

2017-11-29 Thread Adrian Mansilla
I am using the function 'validate_password (password, new_user)' and I have my settings configured in Spanish, the problem comes when the validate_password function raises an error with the word 'contraseña' and shows me this error: ValidationError: [u'La contrase\xf1a es demasiado similar a l

Re: Adding generated common table expressions

2017-11-29 Thread matthew.pava
I would like to know what the status of this is (adding CTE functionality to Django). It is supported by all current databases that Django supports. On Friday, March 17, 2017 at 6:49:39 PM UTC-5, Tim Graham wrote: > > Hi, I don't know anything about CTE, but did you see this third-party > packa