I'm attempting to install diamanda forum, and so far things are
looking promising.

however, i am receiving the above error, in the subject, at line 140
of dimandas.pages.feedupdate

specifically, the line is: 'date': date[:10] located within a Context.

This occurs on save of a new topic. w/o the query limit this file
works, but then i get an error:

 Data truncated for column 'rss' at row 1

the full code for the context itself is:

 c = Context({
     'user_id': author_system_id,
     'username': author[0:14],
     'date': date[:10],
     'cssclass': cssclass,
     'pagination_page': last_pagination_page,
     'topic_id': topic_id,
     'prefix': prefix,
     'topic_title': self.stripper.strip(name),
     'text': fbc(text),
     'author_anonymous': author_anonymous
 })


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to