1
0
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:
Anssi Kääriäinen
2013-08-20 16:23:25 +03:00
parent 8dc76c4b91
commit 1ed77e7782
4 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
[
{
"pk": 1,
"model": "fixtures_regress.specialarticle",
"fields": {
"title": "Article Title 1",
"channels": []
}
}
]