I just want to confirm if there has been a change in Django3.x In Django2.x i could write something like *<a href="{% url 'home' %}">* where 'home' is a url pattern in one of my apps(not the main url file)
But I get NoReverseMatch when I use the same in Django3 I have to use this convention *<a href="{% url 'pages:home' %}">* Which one is correct, for Django3.x? -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e9c3c66d-3c47-4325-9e5b-0a9d5ff531fdn%40googlegroups.com.