Syndication

2007-09-28 Thread Sebastian Dahlgren
that's the way they do it in the docs (http://www.djangoproject.com/documentation/syndication_feeds/) and it works smooth on my dev-server. And, yes, I've seen this: http://code.djangoproject.com/ticket/1154. That looks depressing! What might be the problem? Any ideas on what to try next? Sebastia

Re: got an unexpected keyword argument 'max_digits'

2007-09-25 Thread Sebastian Dahlgren
What Django version are you using? Is that the SVN version? On Sep 25, 8:46 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > i have a model with : > > score = models.DecimalField(max_digits=4, decimal_places=2, > blank=True, null=True) > > when i issue: python manage.py

Data truncated for column 'text' at row 1

2007-09-24 Thread Sebastian Dahlgren
Hi! I have built my site on the Django dev server and everything works fine there. But when I uploaded the project to a Apache + mod_python server I got an error Data truncated for column 'text' at row 1 That is shown when I pass swedish chars like å ä and ö into a form, which then POST's the

Data truncated for column 'text' at row 1

2007-09-24 Thread Sebastian Dahlgren
Hi! I have built my site on the Django dev server and everything works fine there. But when I uploaded the project to a Apache + mod_python server I got an error Data truncated for column 'text' at row 1 That is shown when I pass swedish chars like å ä and ö into a form, which then POST's the