PageRenderTime 11ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/modeltests/proxy_models/fixtures/mypeople.json

https://code.google.com/p/mango-py/
JSON | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | 2380a6eb666c44f55b2fdf529d7b155f MD5 | raw file
Possible License(s): BSD-3-Clause
  1. [
  2. {
  3. "pk": 100,
  4. "model": "proxy_models.myperson",
  5. "fields": {
  6. "name": "Elvis Presley"
  7. }
  8. }
  9. ]