~ubuntu-branches/debian/squeeze/python-django/squeeze

« back to all changes in this revision

Viewing changes to tests/modeltests/fixtures/fixtures/fixture3.xml

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb, Chris Lamb, David Spreen, Sandro Tosi
  • Date: 2008-11-19 21:31:00 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081119213100-gp0lqhxl1qxa6dgl
Tags: 1.0.2-1
[ Chris Lamb ]
* New upstream bugfix release. Closes: #505783
* Add myself to Uploaders with ACK from Brett.

[ David Spreen ]
* Remove python-pysqlite2 from Recommends because Python 2.5 includes
  sqlite library used by Django. Closes: 497886

[ Sandro Tosi ]
* debian/control
  - switch Vcs-Browser field to viewsvn

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="2" model="fixtures.article">
4
 
        <field type="CharField" name="headline">Poker on TV is great!</field>
5
 
        <field type="DateTimeField" name="pub_date">2006-06-16 11:00:00</field>
6
 
    </object>
7
 
    <object pk="5" model="fixtures.article">
8
 
        <field type="CharField" name="headline">XML identified as leading cause of cancer</field>
9
 
        <field type="DateTimeField" name="pub_date">2006-06-16 16:00:00</field>
10
 
    </object>
11
 
</django-objects>
 
 
b'\\ No newline at end of file'