1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Changed the fixtures used to test the 'initial_data' feature so they don't contain datetimes. Refs #17275.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Aymeric Augustin
2011-11-27 13:00:56 +00:00
parent 02bc523b89
commit fb7ab7730d
6 changed files with 58 additions and 75 deletions

View File

@@ -1,10 +1,9 @@
[
{
"pk": "1",
"model": "fixtures_model_package.article",
"pk": "10",
"model": "fixtures_model_package.book",
"fields": {
"headline": "Python program becomes self aware",
"pub_date": "2006-06-16 11:00:00"
"name": "Achieving self-awareness of Python programs"
}
}
]