1. [
    
  2.   {
    
  3.     "pk": 1,
    
  4.     "model": "relatedapp.location",
    
  5.     "fields": {
    
  6.       "point": "SRID=4326;POINT (-97.516111 33.058333)"
    
  7.     }
    
  8.   },
    
  9.   {
    
  10.     "pk": 2,
    
  11.     "model": "relatedapp.location",
    
  12.     "fields": {
    
  13.       "point": "SRID=4326;POINT (-104.528056 33.387222)"
    
  14.     }
    
  15.   },
    
  16.   {
    
  17.     "pk": 3,
    
  18.     "model": "relatedapp.location",
    
  19.     "fields": {
    
  20.       "point": "SRID=4326;POINT (-79.460734 40.18476)"
    
  21.     }
    
  22.   },
    
  23.   {
    
  24.     "pk": 4,
    
  25.     "model": "relatedapp.location",
    
  26.     "fields": {
    
  27.       "point": "SRID=4326;POINT (-95.363151 29.763374)"
    
  28.     }
    
  29.   },
    
  30.   {
    
  31.     "pk": 5,
    
  32.     "model": "relatedapp.location",
    
  33.     "fields": {
    
  34.       "point": "SRID=4326;POINT (-96.801611 32.782057)"
    
  35.     }
    
  36.   },
    
  37.   {
    
  38.     "pk": 1,
    
  39.     "model": "relatedapp.city",
    
  40.     "fields": {
    
  41.       "name": "Aurora",
    
  42.       "state": "TX",
    
  43.       "location": 1
    
  44.     }
    
  45.   },
    
  46.   {
    
  47.     "pk": 2,
    
  48.     "model": "relatedapp.city",
    
  49.     "fields": {
    
  50.       "name": "Roswell",
    
  51.       "state": "NM",
    
  52.       "location": 2
    
  53.     }
    
  54.   },
    
  55.   {
    
  56.     "pk": 3,
    
  57.     "model": "relatedapp.city",
    
  58.     "fields": {
    
  59.       "name": "Kecksburg",
    
  60.       "state": "PA",
    
  61.       "location": 3
    
  62.     }
    
  63.   },
    
  64.   {
    
  65.     "pk": 4,
    
  66.     "model": "relatedapp.city",
    
  67.     "fields": {
    
  68.       "name": "Dallas",
    
  69.       "state": "TX",
    
  70.       "location": 5
    
  71.     }
    
  72.   },
    
  73.   {
    
  74.     "pk": 5,
    
  75.     "model": "relatedapp.city",
    
  76.     "fields": {
    
  77.       "name": "Houston",
    
  78.       "state": "TX",
    
  79.       "location": 4
    
  80.     }
    
  81.  },
    
  82.  {
    
  83.     "pk": 6,
    
  84.     "model": "relatedapp.city",
    
  85.     "fields": {
    
  86.       "name": "Fort Worth",
    
  87.       "state": "TX",
    
  88.       "location": 5
    
  89.     }
    
  90.  },
    
  91.  {
    
  92.     "pk": 1,
    
  93.     "model": "relatedapp.Author",
    
  94.     "fields": {
    
  95.       "name": "Trevor Paglen",
    
  96.       "dob": "1974-5-23"
    
  97.     }
    
  98.  },
    
  99.  {
    
  100.     "pk": 2,
    
  101.     "model": "relatedapp.Author",
    
  102.     "fields": {
    
  103.       "name": "William Patry",
    
  104.       "dob": "1950-1-1"
    
  105.     }
    
  106.  },
    
  107.  {
    
  108.     "pk": 1,
    
  109.     "model": "relatedapp.Book",
    
  110.     "fields": {
    
  111.       "title": "Torture Taxi",
    
  112.       "author": 1
    
  113.     }
    
  114.  },
    
  115.  {
    
  116.     "pk": 2,
    
  117.     "model": "relatedapp.Book",
    
  118.     "fields": {
    
  119.       "title": "I Could Tell You But Then You Would Have to be Destroyed by Me",
    
  120.       "author": 1
    
  121.     }
    
  122.  },
    
  123.  {
    
  124.     "pk": 3,
    
  125.     "model": "relatedapp.Book",
    
  126.     "fields": {
    
  127.       "title": "Blank Spots on the Map",
    
  128.       "author": 1
    
  129.     }
    
  130.  },
    
  131.  {
    
  132.     "pk": 4,
    
  133.     "model": "relatedapp.Book",
    
  134.     "fields": {
    
  135.       "title": "Patry on Copyright",
    
  136.       "author": 2
    
  137.     }
    
  138.  }
    
  139. ]