~ubuntuone-pqm-team/django/stable

« back to all changes in this revision

Viewing changes to tests/regressiontests/fixtures_regress/fixtures/pretty.xml

  • Committer: Matias Bordese
  • Date: 2014-08-21 21:22:40 UTC
  • Revision ID: matias.bordese@canonical.com-20140821212240-tij4ms6qzjbdiioz
Tags: 1.5.9
Imported Django 1.5.9 from released tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<django-objects version="1.0">
 
3
  <object pk="1" model="fixtures_regress.stuff">
 
4
    <field type="CharField" name="name">
 
5
      <None/>
 
6
    </field>
 
7
    <field to="auth.user" name="owner" rel="ManyToOneRel">
 
8
      <None/>
 
9
    </field>
 
10
  </object>
 
11
</django-objects>
 
 
b'\\ No newline at end of file'