1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Merge pull request #2679 from ramiro/t22421

Fixed #22421 -- Regression in fixtures loading.
This commit is contained in:
Ramiro Morales
2014-05-21 18:57:46 -03:00
4 changed files with 45 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
[
{
"fields": {
"channels": [],
"title": "Title of this feature article"
},
"model": "fixtures_regress.article",
"pk": 1
},
{
"fields": {
"channels": []
},
"model": "fixtures_regress.feature",
"pk": 1
}
]