diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-02-12 19:11:57 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-02-12 19:11:57 +0000 |
| commit | bc5c2537ae3d09d3b9145beb027ff9f60eac6ba3 (patch) | |
| tree | faa8b8c770ec5d313d6b2d6707c584c0ecaf0671 /tests | |
| parent | 47b1a8e704b375f0b4f79db8432e4373d33e746d (diff) | |
Fixed #14132 -- Fixed feedgenerator to support years < 1900. Thanks, mk.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15503 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/regressiontests/syndication/fixtures/feeddata.json | 2 |
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" } }, { |
