django-clickhouse/tests/fixtures/test_secondary_model.json
M1ha Shvn 244b4fbd37
Added latest software versions to testing in GitHub actions (#48)
1. Added latest software versions to testing in GitHub actions
2. Fixed timezone mistakes in tests
3. Fixed naive datetime warnings
2024-01-05 15:20:10 +05:00

20 lines
372 B
JSON

[
{
"model": "tests.SecondaryTestModel",
"pk": 1,
"fields": {
"value": 100,
"created_date": "2018-01-01",
"created": "2018-02-01 00:00:00+0000"
}
},
{
"model": "tests.SecondaryTestModel",
"pk": 2,
"fields": {
"value": 200,
"created_date": "2018-02-01",
"created": "2018-02-01 00:00:00+0000"
}
}
]