mirror of
https://github.com/django/django.git
synced 2025-07-12 07:45:11 +00:00
[2.1.x] Fixed broken links to PyYAML page.
Backport of b7dbd5ff68
from master.
This commit is contained in:
parent
a79789e232
commit
6f4130f358
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ Or, you can write fixtures by hand; fixtures can be written as JSON, XML or YAML
|
|||
</topics/serialization>` has more details about each of these supported
|
||||
:ref:`serialization formats <serialization-formats>`.
|
||||
|
||||
.. _PyYAML: https://www.pyyaml.org/
|
||||
.. _PyYAML: https://pyyaml.org/
|
||||
|
||||
As an example, though, here's what a fixture for a simple ``Person`` model might
|
||||
look like in JSON:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue