mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2024-11-28 20:13:45 +03:00
244b4fbd37
1. Added latest software versions to testing in GitHub actions 2. Fixed timezone mistakes in tests 3. Fixed naive datetime warnings
20 lines
372 B
JSON
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"
|
|
}
|
|
}
|
|
] |