1. [
    
  2.   {
    
  3.     "model": "fixtures_regress.person",
    
  4.     "fields": {
    
  5.       "name": "J.R.R. Tolkien"
    
  6.     }
    
  7.   },
    
  8.   {
    
  9.     "model": "fixtures_regress.naturalkeywithfkdependency",
    
  10.     "fields": {
    
  11.       "name": "The Lord of the Rings",
    
  12.       "author": ["J.R.R. Tolkien"]
    
  13.     }
    
  14.   }
    
  15. ]