Re: Feature request: Unicode collation algorithm in django

2012-02-01 Thread Anssi Kääriäinen
On Feb 2, 2:15 am, Ed Hagen wrote: > £ukasz, Thanks for your comments. > > > Could you describe your current solution in more detail? > > Well, my use of the term "solution" was perhaps a bit generous. First, > I educated my users why this problem was hard to solve. Second, I > picked a single col

Re: Feature request: Unicode collation algorithm in django

2012-02-01 Thread Ed Hagen
Łukasz, Thanks for your comments. > Could you describe your current solution in more detail? Well, my use of the term "solution" was perhaps a bit generous. First, I educated my users why this problem was hard to solve. Second, I picked a single collation that everyone could live with. Third, I

Re: Feature request: Unicode collation algorithm in django

2012-02-01 Thread Łukasz Rekucki
On 1 February 2012 20:27, Ed Hagen wrote: > Hi, > > Let me preface this request by saying that when it comes to django, > I'm an advanced beginner (so this might be a dumb request). > > The motivation for my request involved users of a django-based > database of international scholars who wanted t

Feature request: Unicode collation algorithm in django

2012-02-01 Thread Ed Hagen
Hi, Let me preface this request by saying that when it comes to django, I'm an advanced beginner (so this might be a dumb request). The motivation for my request involved users of a django-based database of international scholars who wanted their names sorted "correctly." I explained that differe

Re: Getting a traceback out of connection.queries

2012-02-01 Thread Etienne Robillard
On 02/01/2012 10:30 AM, Daniel Moisset wrote: On Tue, Jan 31, 2012 at 8:34 PM, josharian wrote: Hi all, We're using connection.queries to log all sql executed during development. I find myself wishing that in addition to 'sql' and 'time', there was a 'traceback' entry, so that troublesome/myst

Re: Getting a traceback out of connection.queries

2012-02-01 Thread Daniel Moisset
On Tue, Jan 31, 2012 at 8:34 PM, josharian wrote: > Hi all, > > We're using connection.queries to log all sql executed during > development. I find myself wishing that in addition to 'sql' and > 'time', there was a 'traceback' entry, so that troublesome/mysterious > queries could quickly be tracke