123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- [
- {
- "pk": 1,
- "model": "relatedapp.location",
- "fields": {
- "point": "SRID=4326;POINT (-97.516111 33.058333)"
- }
- },
- {
- "pk": 2,
- "model": "relatedapp.location",
- "fields": {
- "point": "SRID=4326;POINT (-104.528056 33.387222)"
- }
- },
- {
- "pk": 3,
- "model": "relatedapp.location",
- "fields": {
- "point": "SRID=4326;POINT (-79.460734 40.18476)"
- }
- },
- {
- "pk": 4,
- "model": "relatedapp.location",
- "fields": {
- "point": "SRID=4326;POINT (-95.363151 29.763374)"
- }
- },
- {
- "pk": 5,
- "model": "relatedapp.location",
- "fields": {
- "point": "SRID=4326;POINT (-96.801611 32.782057)"
- }
- },
- {
- "pk": 1,
- "model": "relatedapp.city",
- "fields": {
- "name": "Aurora",
- "state": "TX",
- "location": 1
- }
- },
- {
- "pk": 2,
- "model": "relatedapp.city",
- "fields": {
- "name": "Roswell",
- "state": "NM",
- "location": 2
- }
- },
- {
- "pk": 3,
- "model": "relatedapp.city",
- "fields": {
- "name": "Kecksburg",
- "state": "PA",
- "location": 3
- }
- },
- {
- "pk": 4,
- "model": "relatedapp.city",
- "fields": {
- "name": "Dallas",
- "state": "TX",
- "location": 5
- }
- },
- {
- "pk": 5,
- "model": "relatedapp.city",
- "fields": {
- "name": "Houston",
- "state": "TX",
- "location": 4
- }
- },
- {
- "pk": 6,
- "model": "relatedapp.city",
- "fields": {
- "name": "Fort Worth",
- "state": "TX",
- "location": 5
- }
- },
- {
- "pk": 1,
- "model": "relatedapp.Author",
- "fields": {
- "name": "Trevor Paglen",
- "dob": "1974-5-23"
- }
- },
- {
- "pk": 2,
- "model": "relatedapp.Author",
- "fields": {
- "name": "William Patry",
- "dob": "1950-1-1"
- }
- },
- {
- "pk": 1,
- "model": "relatedapp.Book",
- "fields": {
- "title": "Torture Taxi",
- "author": 1
- }
- },
- {
- "pk": 2,
- "model": "relatedapp.Book",
- "fields": {
- "title": "I Could Tell You But Then You Would Have to be Destroyed by Me",
- "author": 1
- }
- },
- {
- "pk": 3,
- "model": "relatedapp.Book",
- "fields": {
- "title": "Blank Spots on the Map",
- "author": 1
- }
- },
- {
- "pk": 4,
- "model": "relatedapp.Book",
- "fields": {
- "title": "Patry on Copyright",
- "author": 2
- }
- }
- ]
|