django.core.file.storage.FileSystemStorage strange behavior

2016-11-16 Thread a . branco
. Could be FileSystemStorage.exists changed to use os.path.lexists to make it more robust? Thank you. Alfredo Branco -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this grou

Possible Bug in RegexURLResolver

2016-07-11 Thread a . branco
Hello everyone. As suggested by Markus on django-users group, I'm posting this here too. --- I'm using django (1, 10, 0, u'beta', 1). When I try to reverse url in shell everything goes fine. When under nginx/uwsgi with many concurrent request I get ...