diff options
Diffstat (limited to 'tests/regressiontests/multiple_database/fixtures/multidb.other.json')
| -rw-r--r-- | tests/regressiontests/multiple_database/fixtures/multidb.other.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/regressiontests/multiple_database/fixtures/multidb.other.json b/tests/regressiontests/multiple_database/fixtures/multidb.other.json deleted file mode 100644 index c64f490201..0000000000 --- a/tests/regressiontests/multiple_database/fixtures/multidb.other.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "pk": 1, - "model": "multiple_database.person", - "fields": { - "name": "Mark Pilgrim" - } - }, - { - "pk": 2, - "model": "multiple_database.person", - "fields": { - "name": "Chris Mills" - } - }, - { - "pk": 2, - "model": "multiple_database.book", - "fields": { - "title": "Dive into Python", - "published": "2009-5-4", - "authors": [["Mark Pilgrim"]], - "editor": ["Chris Mills"] - } - } -]
\ No newline at end of file |
