Re: Generic View Bug and Issues (Please? Agh!)

2006-07-20 Thread Tyson Tate
Thanks again to James for catching the problems in my test case - it looks like I made a number of mistakes in the translation from my real project to the minimal test case and didn't catch them. I really appreciate the help. On Jul 20, 2006, at 8:41 PM, James Bennett wrote: >> 10. Navigat

Re: Generic View Bug and Issues (Please? Agh!)

2006-07-20 Thread James Bennett
On 7/20/06, Tyson Tate <[EMAIL PROTECTED]> wrote: > 8. Navigate to the root page, the "archive view". > PROBLEM: There are no years listed under the year list (i.e. no > objects in "date_list"). The docs say that "date_list" contains "A > list of datetime.date objects representing all years that h

Re: Generic View Bug and Issues (Please? Agh!)

2006-07-20 Thread Tyson Tate
Here's an excellent suggestion for the proposed code sprint to 0.95: Fix date-based generic view bugs. I've created a minimal test case for these problems, which can be had here: http://fallingbullets.com/test_proj.zip Here's the instructions for exactly how I made it and what problems I

Re: Django sprint / 0.95 release at OSCON

2006-07-20 Thread Ben Bangert
I'm attending OSCON, and will be in the Django Tutorial on Monday as will a few other people from my division at O'Reilly. I'd be rather interested in talking frameworks and WSGI or perhaps having a little Python web developer meet-up. Lookin forward to a release with the magic-removal stuff. Ch

Re: Django sprint / 0.95 release at OSCON

2006-07-20 Thread Malcolm Tredinnick
On Thu, 2006-07-20 at 20:13 -0500, Adrian Holovaty wrote: > As Jacob write on the Django weblog, he and I are going to be at OSCON > next week in Portland, Oregon. Malcolm is also going to be there. Who > else is planning to come? > > I'm wondering if we could get some people together for some Dj

Django sprint / 0.95 release at OSCON

2006-07-20 Thread Adrian Holovaty
As Jacob write on the Django weblog, he and I are going to be at OSCON next week in Portland, Oregon. Malcolm is also going to be there. Who else is planning to come? I'm wondering if we could get some people together for some Django sprinting -- knocking out some tickets, fixing some bugs, addin

Re: MS-SQL server LIMIT/OFFSET implementation

2006-07-20 Thread Dan Hristodorescu
Thanks Malcolm,I wasn't aware of it.I suspect Adrian intends to refactor the code along the same lines I would have to.Basically a more fine grain construction of the SQL string, providing internal access the different parts of the SQL: the field list, the FROM table list, the WHERE clause and the

Re: MS-SQL server LIMIT/OFFSET implementation

2006-07-20 Thread Malcolm Tredinnick
On Thu, 2006-07-20 at 17:34 -0400, Dan Hristodorescu wrote: > Hi Ivan, > > I looked in the code and it seems that QuerySet class needs some > serious refactoring to support MSSQL paging. > For SQL 2005 the SQL string should look like this: > > WITH myTable AS > (SELECT fields, ROW_NUMBER() OVER

Re: Full-time Python/Django developer position - San Francisco

2006-07-20 Thread Ian Holsman
Since we have got 2 jobs in 24 hours on this list.may I suggest you guys look at http://gypsyjobs.com/It's currently free to list jobs there as well.On 21/07/2006, at 8:42 AM, ToddA wrote:Foxmarks, LLC is developing a novel, user-driven approach to findingthe information that matters on the Web. Fo

Full-time Python/Django developer position - San Francisco

2006-07-20 Thread ToddA
Foxmarks, LLC is developing a novel, user-driven approach to finding the information that matters on the Web. Founded by industry pioneer Mitch Kapor (Lotus, EFF, Mozilla, Open Source Applications Foundation, Second Life), it combines approaches from search engines, social bookmarking services, an

Re: MS-SQL server LIMIT/OFFSET implementation

2006-07-20 Thread Dan Hristodorescu
Hi Ivan,I looked in the code and it seems that QuerySet class needs some serious refactoring to support MSSQL paging.For SQL 2005 the SQL string should look like this:WITH myTable AS(SELECT fields, ROW_NUMBER() OVER (order by orderclause) AS RowNumber FROM table) SELECT * FROM myTable WHERE RowNumb

Full Time Job Opportunity in Montreal, Canada

2006-07-20 Thread Alex
Hi Folks, We're looking to hire a Web Developer with Django experience for a new funded startup in Montreal, Canada. Please see the job description below. Appologies in advance if this is not the right group for this type of posting. Regards, Alex Project: www.project-ojibwe.org Job Opportunit

Re: MS SQL Server access from Linux/ODBC?

2006-07-20 Thread Filipe
> Have you tried this? > http://www.egenix.com/files/python/mxODBC.html > > For commercial use you might have to pay for it but should run on Linux. true, and that's why I don't like it very much :) haven't tried it, though it seems to have a large user base, so I suppose it's built right. > Th

Re: Re: urlify.js blocks out non-English chars - 2nd try?

2006-07-20 Thread tsuyuki makoto
2006/7/20, Gábor Farkas <[EMAIL PROTECTED]>: > > Jeroen Ruigrok van der Werven wrote: > > On 7/16/06, gabor <[EMAIL PROTECTED]> wrote: > >> i think we do not need to discuss japanese at all. after all, there's no > >> transliteration for kanji. so it's imho pointless to argue about > >> kana-transl

Re: Ticket #2333 - request for some love

2006-07-20 Thread Adrian Holovaty
On 7/20/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > However, I haven't had a great deal of feedback on the last set of patches - > one or two positive comments, but certainly nothing concrete enough to lead > me to commit them. Anybody got any comments? Or, alternatively, can anyone > sug

Re: avoiding ADD CONSTRAINT in management.syncdb()

2006-07-20 Thread [EMAIL PROTECTED]
Malcolm Tredinnick wrote: > On Thu, 2006-07-20 at 02:25 +, DavidA wrote: > > But why not let the backend decide the best way to build the ALTER > > TABLE/ADD CONSTRAINT statement? Then the MySQL backend could leave them > > unnamed, avoiding the uniqueness/length issues, and other backends > >

Re: Wiki spam

2006-07-20 Thread Adrian Holovaty
On 7/20/06, adurdin <[EMAIL PROTECTED]> wrote: > There are three spam attachments on > http://code.djangoproject.com/wiki/TracReports -- can someone with > delete permissions get rid of them? Looks like somebody's cleared those out. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com -

Re: MS SQL Server access from Linux/ODBC?

2006-07-20 Thread Dan Hristodorescu
Hi Filipe,Have you tried this?http://www.egenix.com/files/python/mxODBC.htmlFor commercial use you might have to pay for it but should run on Linux. There is also this one (SWIG based):https://sourceforge.net/projects/pyodbI cannot say anything about any of them, at work I'm forced  to use Windows

Re: MS SQL Server access from Linux/ODBC?

2006-07-20 Thread Filipe
FreeTDS is indeed the the library used by Pymssql, but only in Linux. For me there's one big disadvantage with pymssql, it has far too many limitations under windows (it uses DB-Library under windows), which makes it not a real cross-platform solution. Yet, I'm using it for connection to MSSql fro

Re: urlify.js blocks out non-English chars - 2nd try?

2006-07-20 Thread Gábor Farkas
Jeroen Ruigrok van der Werven wrote: > On 7/16/06, gabor <[EMAIL PROTECTED]> wrote: >> i think we do not need to discuss japanese at all. after all, there's no >> transliteration for kanji. so it's imho pointless to argue about >> kana-transliteration, when you cannot transliterate kanji. > > If

Re: urlify.js blocks out non-English chars - 2nd try?

2006-07-20 Thread Jeroen Ruigrok van der Werven
On 7/16/06, gabor <[EMAIL PROTECTED]> wrote: > i think we do not need to discuss japanese at all. after all, there's no > transliteration for kanji. so it's imho pointless to argue about > kana-transliteration, when you cannot transliterate kanji. If you mean that you cannot easily deduce whether

Wiki spam

2006-07-20 Thread adurdin
There are three spam attachments on http://code.djangoproject.com/wiki/TracReports -- can someone with delete permissions get rid of them? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. T

Re: MS-SQL server LIMIT/OFFSET implementation

2006-07-20 Thread Ivan Sagalaev
DanH wrote: > > Is someone working on MS-SQL support? > I would like to help if possible with the implementation and testing. Yes, testing is the main thing that holds it. The patch was developed sporadically and as far as I remember all the theoretical problems were known how to solve. It's j

Re: Auto-escaping patch (terminology)

2006-07-20 Thread Michael Radziej
Am 20.07.2006 um 04:25 schrieb Todd O'Bryan: > > Is xml_escaped just too verbose? Seems very descriptive and > unambiguous. Do you mean mark_xml_escaped for mark_safe, XmlEscapedString for SafeString, is_xml_escaped for is_safe (as function attribute)? In the (long) discussion, this has alr