Contrib.syndication throwing AttributeError in latest trunk revision
Here is my traceback:
Traceback (most recent call last):
File "/home/pbeeson/webapps/django/lib/django/core/handlers/base.py", line 87, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/pbeeson/webapps/django/lib/django/contrib/syndication/views.py", line 19, in feed
feedgen = f(slug, request).get_feed(param)
File "/home/pbeeson/webapps/django/lib/django/contrib/syndication/feeds.py", line 146, in get_feed
pubdate = pubdate.replace(tzinfo=FixedOffset(tzOffset))
AttributeError: 'NoneType' object has no attribute 'replace'
Change History
(5)
Description: |
modified (diff)
|
Triage Stage: |
Unreviewed → Accepted
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Must be something in [8216].