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

/tests/regressiontests/multiple_database/fixtures/multidb-common.json

https://code.google.com/p/mango-py/
JSON | 10 lines | 10 code | 0 blank | 0 comment | 0 complexity | a8a9afa63bacc15753ecc30b21e30413 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. [
  2. {
  3. "pk": 1,
  4. "model": "multiple_database.book",
  5. "fields": {
  6. "title": "The Definitive Guide to Django",
  7. "published": "2009-7-8"
  8. }
  9. }
  10. ]