mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #20820 -- Model inheritance + m2m fixture loading regression
Tests by Tim Graham, report from jeroen.pulles@redslider.net.
This commit is contained in:
10
tests/fixtures_regress/fixtures/special-article.json
Normal file
10
tests/fixtures_regress/fixtures/special-article.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "fixtures_regress.specialarticle",
|
||||
"fields": {
|
||||
"title": "Article Title 1",
|
||||
"channels": []
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user