It can't be changed due to backwards compatibility. See 
https://github.com/django/django/pull/9527.

On Saturday, April 14, 2018 at 12:29:01 PM UTC-4, jazu...@gmail.com wrote:
>
> Hi, I've recently sprung a bug that seems to be easily fixable. I would 
> like to create my first patch on django with it. I am using Django 2.0.4. 
>
> Error code: 
>
>  File "/Users/User/PycharmProjects/django 0-1 login 
> test/auth0login/urls.py", line 18, in <module>
>
>     path('', include('django.contrib.auth.urls', 'auth')),
>
>   File "/Users/User/Projects/django-master/django/urls/conf.py", line 39, 
> in include
>     'Specifying a namespace in include() without providing an app_name '
>
> The fix is simple. Adding the app_name variable in 
> django.contrib.auth.urls fixes this problem. I was wondering if I'm 
> overlooking something before making a ticket and patching django.
>
>

-- 
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 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/81248364-fde7-471d-893d-293f496c18f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to