#29075: Wrong version in settings.py comments
------------------------------------------+------------------------
               Reporter:  Vedran Karačić  |          Owner:  nobody
                   Type:  Uncategorized   |         Status:  new
              Component:  Documentation   |        Version:  2.0
               Severity:  Normal          |       Keywords:
           Triage Stage:  Unreviewed      |      Has patch:  0
    Needs documentation:  0               |    Needs tests:  0
Patch needs improvement:  0               |  Easy pickings:  1
                  UI/UX:  0               |
------------------------------------------+------------------------
 I installed a fresh Django 2.0.1 project and in the settings.py file, the
 comments link to the 1.11 version documentation. I think this should link
 to 2.0 documentation. For example:


 {{{
 # Database
 # https://docs.djangoproject.com/en/1.11/ref/settings/#databases
 }}}

 should be:


 {{{
 # Database
 # https://docs.djangoproject.com/en/2.0/ref/settings/#databases
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29075>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.60b728f8ffd58eab72340d9b1867735c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to