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
This commit is contained in:
Jannis Leidel 2011-02-12 19:11:57 +00:00
parent 47b1a8e704
commit bc5c2537ae
2 changed files with 7 additions and 3 deletions

View file

@ -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"
}
},
{