mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-17 01:01:06 +00:00
11 lines
153 B
JSON
11 lines
153 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"pk": 1,
|
||
|
|
"model": "tests.TestModel",
|
||
|
|
"fields": {
|
||
|
|
"title": "foo",
|
||
|
|
"text": "bar"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|