Re: Warning while upgrading Django to 1.11.3

2017-07-27 Thread Uri Even-Chen
Thank you Andréas, this is a bug! I didn't notice it. I'll remove it. Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/

Re: Warning while upgrading Django to 1.11.3

2017-07-27 Thread Andréas Kühne
Hi, In your match urls file, you include urlpatterns twice. urlpatterns += [ url(r'^matches/', include('speedy.match.matches.urls', namespace='matches')), url(r'^', include('speedy.match.accounts.urls', namespace='accounts')), url(r'^admin/', admin.site.urls), url(r'^i18n/',

Warning while upgrading Django to 1.11.3

2017-07-27 Thread Uri Even-Chen
Hi friends, I upgraded Django from 1.10.7 to 1.11.3 and I got these warnings while running tests: speedy\match>manage.py test Creating test database for alias 'default'... System check identified some issues: WARNINGS: ?: (urls.W005) URL namespace 'about' isn't unique. You may not be able to