PageRenderTime 37ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/regressiontests/admin_views/fixtures/admin-views-fabrics.xml

https://code.google.com/p/mango-py/
XML | 12 lines | 12 code | 0 blank | 0 comment | 0 complexity | c1c765f282241534ad522aaba8f4fef3 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <django-objects version="1.0">
  3. <object pk="1" model="admin_views.fabric">
  4. <field type="CharField" name="surface">x</field>
  5. </object>
  6. <object pk="2" model="admin_views.fabric">
  7. <field type="CharField" name="surface">y</field>
  8. </object>
  9. <object pk="3" model="admin_views.fabric">
  10. <field type="CharField" name="surface">plain</field>
  11. </object>
  12. </django-objects>