The '''PUBLISHED RECENTLY''' column in '''Writing your first Django app,
part 7''' is shown displaying "'''-'''" icon (Tutorial PUBLISHED
RECENTLY.JPG). However, the actual code displays "'''x'''" icon (vide
Actual PUBLISHED RECENTLY.JPG) for Python 3.4.3/Django 1.8.2 and Python
2.7.11/Django 1.10.
Thanks
--
Ticket URL: <https://code.djangoproject.com/ticket/27115>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "Tutorial.JPG" added.
* Attachment "Actual.JPG" added.
* needs_docs: => 0
* needs_tests: => 0
* needs_better_patch: => 0
Old description:
> Hi
>
> The '''PUBLISHED RECENTLY''' column in '''Writing your first Django app,
> part 7''' is shown displaying "'''-'''" icon (Tutorial PUBLISHED
> RECENTLY.JPG). However, the actual code displays "'''x'''" icon (vide
> Actual PUBLISHED RECENTLY.JPG) for Python 3.4.3/Django 1.8.2 and Python
> 2.7.11/Django 1.10.
>
> Thanks
New description:
Hi
The '''PUBLISHED RECENTLY''' column in '''Writing your first Django app,
part 7''' is shown displaying "'''-'''" icon (Tutorial.JPG). However, the
actual code displays "'''x'''" icon (vide Actual.JPG) for Python
3.4.3/Django 1.8.2 and Python 2.7.11/Django 1.10.
Thanks
--
--
Ticket URL: <https://code.djangoproject.com/ticket/27115#comment:1>
* version: 1.10 => 1.9
* easy: 0 => 1
* stage: Unreviewed => Accepted
Comment:
This icon changed when transitioning from `icon-no.gif` to `icon-no.svg`
in Django 1.9 (#25348).
--
Ticket URL: <https://code.djangoproject.com/ticket/27115#comment:2>
* status: new => assigned
* owner: nobody => timgraham
--
Ticket URL: <https://code.djangoproject.com/ticket/27115#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"b40d24960c43091f792dd711e6a5ca7a708b12ad" b40d249]:
{{{
#!CommitTicketReference repository=""
revision="b40d24960c43091f792dd711e6a5ca7a708b12ad"
Fixed #27115 -- Corrected a screenshot in the tutorial.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27115#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"690effbcc3a388d3c42d07e55973eec836097d6b" 690effbc]:
{{{
#!CommitTicketReference repository=""
revision="690effbcc3a388d3c42d07e55973eec836097d6b"
[1.9.x] Fixed #27115 -- Corrected a screenshot in the tutorial.
Backport of b40d24960c43091f792dd711e6a5ca7a708b12ad from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27115#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"c135adda8ece44a6c9461acb12adc82a181f9a18" c135adda]:
{{{
#!CommitTicketReference repository=""
revision="c135adda8ece44a6c9461acb12adc82a181f9a18"
[1.10.x] Fixed #27115 -- Corrected a screenshot in the tutorial.
Backport of b40d24960c43091f792dd711e6a5ca7a708b12ad from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27115#comment:6>