mirror of
https://github.com/django/django.git
synced 2024-11-22 11:57:34 +01:00
18 lines
335 B
YAML
18 lines
335 B
YAML
- pk: "1"
|
|
model: fixtures_regress.animal
|
|
fields:
|
|
name: Cat
|
|
extra_name: Super Cat
|
|
latin_name: Felis catus
|
|
count: 3
|
|
weight: 1.2
|
|
|
|
- pk: "1"
|
|
model: fixtures_regress.animal_extra
|
|
fields:
|
|
name: Nonexistent model
|
|
extra_name: test for ticket \#29522
|
|
latin_name: Felis catus
|
|
count: 3
|
|
weight: 1.2
|