mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2024-11-14 05:16:34 +03:00
20 lines
362 B
JSON
20 lines
362 B
JSON
[
|
|
{
|
|
"model": "tests.SecondaryTestModel",
|
|
"pk": 1,
|
|
"fields": {
|
|
"value": 100,
|
|
"created_date": "2018-01-01",
|
|
"created": "2018-02-01 00:00:00"
|
|
}
|
|
},
|
|
{
|
|
"model": "tests.SecondaryTestModel",
|
|
"pk": 2,
|
|
"fields": {
|
|
"value": 200,
|
|
"created_date": "2018-02-01",
|
|
"created": "2018-02-01 00:00:00"
|
|
}
|
|
}
|
|
] |