Just before the paragraph starting `Loading data is easy ..`, the
following should be added:
To make use of yaml files, the PyYAML module should be installed with `pip
install PyYAML`, after which, loading data is easy.
--
Ticket URL: <https://code.djangoproject.com/ticket/23530>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"5bf654e44b7473a2a4c284d0a4c47585d19f3a46"]:
{{{
#!CommitTicketReference repository=""
revision="5bf654e44b7473a2a4c284d0a4c47585d19f3a46"
Fixed #23530 -- Specified PyYAML requirement in initial-data.txt
Thanks aks for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23530#comment:1>
Comment (by Claude Paroz <claude@…>):
In [changeset:"8a782571333f21e83980411301a0c8cc2d59a0b7"]:
{{{
#!CommitTicketReference repository=""
revision="8a782571333f21e83980411301a0c8cc2d59a0b7"
[1.7.x] Fixed #23530 -- Specified PyYAML requirement in initial-data.txt
Thanks aks for the report.
Backport of 5bf654e44b7 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23530#comment:2>