Changes between Initial Version and Version 1 of Ticket #31299, comment 3
- Timestamp:
- Feb 24, 2020, 12:34:36 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31299, comment 3
initial v1 18 18 19 19 **where my fixture.json is** 20 20 Profile table has a one-to-one relation with User table. 21 21 {{{ 22 22 [ 23 23 { 24 "model": "a dvisory.user",24 "model": "app1.user", 25 25 "pk": 1, 26 26 "fields": { … … 40 40 }, 41 41 { 42 "model": "a dvisory.profile",42 "model": "app1.profile", 43 43 "pk": 1, 44 44 "fields": {