#28735: Typo in django/views/templates/default_urlconf.html
-------------------------------------+-------------------------------------
     Reporter:  Scot Hacker          |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Core (Other)         |                  Version:  2.0
     Severity:  Normal               |               Resolution:
     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
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

 * component:  Uncategorized => Core (Other)
 * has_patch:  0 => 1
 * type:  Uncategorized => Bug
 * stage:  Unreviewed => Ready for checkin


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:

 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?

--

Comment:

 As I mentioned on the [https://github.com/django/django/pull/9279 PR], I
 don't think "for this page" is correct (that language isn't present in
 older versions of Django). The `default_urlconf` view is used if the
 URLconf is empty or if the default URLconf is present.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28735#comment:1>
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.0ae99eec3502479a8d4aeb44f3fd1ae9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to