#28735: Typo in django/views/templates/default_urlconf.html
-------------------------------------+-------------------------------------
     Reporter:  Scot Hacker          |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Core (Other)         |                  Version:  2.0
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by Scot Hacker:

Old description:

> Default login view says:
>
>  You are seeing this page because DEBUG=True is in your settings file and
> have not configured any URLs.
>
> Missing the word "you" and it may not be correct that dev has not
> configured any URLs. May be that dev has just not configured URLs for
> *this* URL.
>
> Will submit a PR to correct this text to :
>
> {{{
> You are seeing this page because DEBUG=True is in your settings file and
> you have not configured any URLs for this page.
> }}}
>
> Could also be "for this URL" or "for this view". Thoughts?

New description:

 The reason I made the distinction about "for this page/URL" is that in my
 case, I had configured lots of URLs, I just had not configured one for
 "/". So the language "you have not configured *any* URLs" did not feel
 correct. But that's probably an uncommon use case.

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28735#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.ac320aeda9d50eca535b00b3b3610e80%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to