/tests/regressiontests/comment_tests/fixtures/comment_utils.xml
XML | 15 lines | 15 code | 0 blank | 0 comment | 0 complexity | 513cd79b88077b3ec5694ea9877922c9 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="comment_tests.entry"> 4 <field type="CharField" name="title">ABC</field> 5 <field type="TextField" name="body">This is the body</field> 6 <field type="DateField" name="pub_date">2008-01-01</field> 7 <field type="BooleanField" name="enable_comments">True</field> 8 </object> 9 <object pk="2" model="comment_tests.entry"> 10 <field type="CharField" name="title">XYZ</field> 11 <field type="TextField" name="body">Text here</field> 12 <field type="DateField" name="pub_date">2008-01-02</field> 13 <field type="BooleanField" name="enable_comments">False</field> 14 </object> 15</django-objects>