summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-02-12 19:24:25 +0000
committerJannis Leidel <jannis@leidel.info>2011-02-12 19:24:25 +0000
commit89c03dcbf3dfc789ed258e697ac87de3bcc2133c (patch)
treea7eb852f3bcabd55357e1a20ce374c2ae662c93a /tests
parent90ee3af279bb5b5c35d3fe22c5d6e07449ce65fc (diff)
[1.2.X] Fixed #14132 -- Fixed feedgenerator to support years < 1900. Thanks, mk.
Backport from trunk (r15503). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15510 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
-rw-r--r--tests/regressiontests/syndication/fixtures/feeddata.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/syndication/fixtures/feeddata.json b/tests/regressiontests/syndication/fixtures/feeddata.json
index 4a5c02297a..167115c925 100644
--- a/tests/regressiontests/syndication/fixtures/feeddata.json
+++ b/tests/regressiontests/syndication/fixtures/feeddata.json
@@ -4,7 +4,7 @@
"pk": 1,
"fields": {
"title": "My first entry",
- "date": "2008-01-01 12:30:00"
+ "date": "1850-01-01 12:30:00"
}
},
{