mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Merged regressiontests and modeltests into the test root.
This commit is contained in:
7
tests/fixtures_regress/fixtures/bad_fixture2.xml
Normal file
7
tests/fixtures_regress/fixtures/bad_fixture2.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<django-objcts version="1.0">
|
||||
<objct pk="2" model="fixtures.article">
|
||||
<field type="CharField" name="headline">Poker on TV is great!</field>
|
||||
<field type="DateTimeField" name="pub_date">2006-06-16 11:00:00</field>
|
||||
</objct>
|
||||
</django-objcts>
|
||||
Reference in New Issue
Block a user