Markdown problem

2007-09-11 Thread Alexander Tsamutali
Hi, all! I'm just starting to learn Django 0.96, implemented a simple website and finally stuck with one simple markdown problem. My site is utf-8 and information i stored in sqlite. When i added markdown filter to my template i got the following error: Request Method:GET Reques

Re: Markdown problem

2007-10-21 Thread Alexander Tsamutali
> Can someone help? No one helped, and I almost forgot about this post. Another solution emerged unexpectedly when I installed my site on the server. I found this problem when i used python-markdown version 1.6b. Our server had version 1.4 and it works fine. --~--~-~--~~

Re: Markdown problem

2007-10-21 Thread James Bennett
On 10/21/07, Alexander Tsamutali <[EMAIL PROTECTED]> wrote: > No one helped, and I almost forgot about this post. Another solution > emerged unexpectedly when I installed my site on the server. I found > this problem when i used python-markdown version 1.6b. Our server had > version 1.4 and it wor

Re: Markdown problem

2007-10-22 Thread koenb
Alexander, A few weeks ago I came across the same issue (I filed ticket #5663). The good thing is, making your own replacement filter to bypass the problem is easy. On the other hand, Malcolm closed the ticket today as wontfix, stating it is a bug in markdown. Though that may be true, I do not

Re: Markdown problem

2007-10-22 Thread Malcolm Tredinnick
On Mon, 2007-10-22 at 06:02 -0700, koenb wrote: > Alexander, > > A few weeks ago I came across the same issue (I filed ticket #5663). > > The good thing is, making your own replacement filter to bypass the > problem is easy. > > On the other hand, Malcolm closed the ticket today as wontfix, sta

Re: Markdown problem

2007-10-25 Thread Alexander Tsamutali
On Oct 22, 6:06 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2007-10-22 at 06:02 -0700, koenb wrote: > ... > > On the other hand, Malcolm closed the ticket today as wontfix, stating > > it is a bug inmarkdown. > > Though that may be true, I do not understand why themarkdownfilter >

Re: Markdown problem

2007-10-25 Thread Malcolm Tredinnick
On Thu, 2007-10-25 at 13:27 -0700, Alexander Tsamutali wrote: > On Oct 22, 6:06 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> > wrote: > > On Mon, 2007-10-22 at 06:02 -0700, koenb wrote: > > ... > > > On the other hand, Malcolm closed the ticket today as wontfix, stating > > > it is a bug inmarkdown.