Re: Request data encoding

2007-08-11 Thread Malcolm Tredinnick
On Sat, 2007-08-11 at 20:04 +0200, Daniel Brandt wrote: > My only problem with this is that I feel I'm writing framework-code in > my view. I'm clearly breaking the separation between application and > framework. Of course, no design will ever be perfect and you will > always have corner cases

Re: feedback on full atom feed support

2007-08-11 Thread James Tauber
As of r20, django-atompub now includes a `LegacySyndicationFeed` class (in atom.py) which implements the same signature for `__init__` and `add_item` as django's existing `SyndicationFeed` does but under the covers is a new `AtomFeed`. I haven't fully tested it but I'm hoping this

Re: Maybe we need more triagers? Or something else?

2007-08-11 Thread Brian Harring
On Sat, Aug 11, 2007 at 08:22:55PM +0800, Russell Keith-Magee wrote: > However, ultimately, I don't think that a technological solution will > fix this problem. The voting app is a neat idea, but ultimately the > problem isn't the voting - it's working out what to vote on in the > first place, and

Re: Request data encoding

2007-08-11 Thread Daniel Brandt
My only problem with this is that I feel I'm writing framework-code in my view. I'm clearly breaking the separation between application and framework. Of course, no design will ever be perfect and you will always have corner cases like this. Instead of ditching the idea alltogether I think

Re: Search API, another way ?

2007-08-11 Thread Amirouche
On Aug 11, 9:28 am, "Yuri Baburov" <[EMAIL PROTECTED]> wrote: > 2007/8/11, Amirouche <[EMAIL PROTECTED]> > > Hi Amirouche! > I also have tsearch2 implementation. > I did it a bit another way: > 1)> My TSearch2 field is special field. > I have fulltext search as separate application, I made

Re: Maybe we need more triagers? Or something else?

2007-08-11 Thread Russell Keith-Magee
On 8/10/07, James Bennett <[EMAIL PROTECTED]> wrote: > > Our triagers are doing an unbelievable job, but it feels like we're > once again being outpaced by the flood of tickets; is it time to put > out a call for more people to review and triage? Time to come up with > a better way to get through

Re: Case-insensitive URLS (was: usability issues)

2007-08-11 Thread Mike H
Malcolm Tredinnick wrote: > Don't reopen issues that have been marked "wontfix". This mark > means that the decision has been made that we can't or won't fix > this particular issue. If you're not sure why, please ask on > `django-developers`_. > > That's

Re[2]: Case-insensitive URLS (was: usability issues)

2007-08-11 Thread Alex Nikolaenkov
Malcolm, Thank you for clarification. Just getting used to the open-source project. BTW feeling myself very strange, because experience only in commercial software is available :-) ~Alex You wrote 11 августа 2007 г., 7:35:01: > On Mon, 2007-08-06 at 09:49 +0400, Alex Nikolaenkov wrote: > [...]