Thursday, July 27, 2017

Warning while upgrading Django to 1.11.3

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 reverse all URLs in this namespace
?: (urls.W005) URL namespace 'djdt' isn't unique. You may not be able to reverse all URLs in this namespace
?: (urls.W005) URL namespace 'feedback' isn't unique. You may not be able to reverse all URLs in this namespace
?: (urls.W005) URL namespace 'privacy' isn't unique. You may not be able to reverse all URLs in this namespace
?: (urls.W005) URL namespace 'terms' isn't unique. You may not be able to reverse all URLs in this namespace

System check identified 5 issues (0 silenced).
...............................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 255 tests in 69.046s

OK
Destroying test database for alias 'default'...

What is the problem and how do I fix it?


I get this warning only in speedy.match. In speedy.net I don't get it.


Thanks,
Uri.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMQ2MsEn1UaJS_-s5kFTEDVavG7c6c6Sy%2B7ceSzOms6b%2B1VmYg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment