Re: Getting error while running tests for postgis

2020-01-23 Thread Tim Graham
Actually, this is somewhat on topic as it involves running the Django test suite. To solve the failure, add this to your test settings: PASSWORD_HASHERS = [ 'django.contrib.auth.hashers.MD5PasswordHasher', ] It seems like a bug that that test assumes MD5PasswordHasher. As for the skipped t

Re: Getting error while running tests for postgis

2020-01-23 Thread Pratik kumar
I am working on a ticket need to run tests for postgis, isn't it concerned with the development of django itself? -- 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 stop rec

Re: Getting error while running tests for postgis

2020-01-23 Thread Confidence Yobo
I'm sorry but you have found the wrong mailing list for this post. This mailing list is about the development of django itself. If you have any issues with your code I suggest you ask in any programmers community like stackoverflow or reddit. On Thu, Jan 23, 2020 at 8:08 PM Pratik kumar wrote: >