Pirates Of Silicon Valley entire movie

2007-04-20 Thread foto
Pirates Of Silicon Valley entire movie http://www.teenwag.com/showvideo/4294 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegr

Re: multiple "views" in newforms-admin

2007-04-20 Thread oggie rob
So after a little while of looking around, I have come up with two conclusions: 1) It seems quite simple to add that functionality; and 2) The model design I suggested doesn't fit as well as what I have now done, which was to add an extra related model to manage the most common pieces So there yo

Re: Tickets affecting djangoproject.com website

2007-04-20 Thread Jacob Kaplan-Moss
On 4/20/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > At the risk of asking you not to have a life, could one of you give some > attention to the various tickets in the Website component whenever you > next have a chance to sit down and work on some bugs. There are a number > of documentatio

Re: Templates: short comments {##} eats text

2007-04-20 Thread Lakin Wecker
+1 on this as well. Another reason to allow newlines inside tags. Whitespace is whitespace is whitespace. Lakin On 4/12/07, Gabriel Farrell <[EMAIL PROTECTED]> wrote: > > > On Apr 6, 3:31 pm, "Jonas Maurus" <[EMAIL PROTECTED]> wrote: > > > > If it can be changed, I'd also like to see only one co

Tickets affecting djangoproject.com website

2007-04-20 Thread Malcolm Tredinnick
Hey Jacob, Adrian, At the risk of asking you not to have a life, could one of you give some attention to the various tickets in the Website component whenever you next have a chance to sit down and work on some bugs. There are a number of documentation problems that keep popping up that are a sid

Re: SQLServer Updates?

2007-04-20 Thread Ian Holsman
> On 4/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Understand that I don't feel entitled to a response, just that I > figured if *I* were working on or interested inSQLServersupport for > Django I would act on my own enlightened self-interest and take up the > offer for assistance imm

Re: SQLServer Updates?

2007-04-20 Thread pk11
Hi all, I have a semi-working* pymssql patch if anyone interested. *= everything is working except: OFFSET (which is tough problem for MS SQL server) and the dbshell option for the manager but i believe that does not work for ADO as well. The reason why I did not release it is because at the mo

Re: Oracle patch is ready

2007-04-20 Thread Matt Boersma
Ben Khoo already found a good bug (#4093) that we fixed, and in the process we found a problem we'd created for Postgres that wasn't caught by any of the tests. So we fixed that and added a "datatypes" test to modeltests. So there is a slightly newer patch available now: http://code.djangoprojec

Re: Oracle patch is ready

2007-04-20 Thread Adrian Holovaty
On 4/19/07, Matt Boersma <[EMAIL PROTECTED]> wrote: > The "boulder-oracle-sprint" branch is ready to come home. Congrats, guys! Thanks to all of you for your hard work. I'm +1 for merging it, too, once we've taken a look at it. Let's organize the merge process. Malcolm, since you've been dealing

Re: Resize images on demand

2007-04-20 Thread [EMAIL PROTECTED]
I've started a page to discuss the different options here. http://code.djangoproject.com/wiki/ThumbNails -Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, sen

Re: Oracle patch is ready

2007-04-20 Thread Matt Boersma
+1 on what Jim said, and since we are using this code in production at Array BioPharma, we will stay on top of it. If you need an individual point of contact, I can be that, and Ian Kelly and I will be monitoring the mailing lists and Trac more actively and responding to Oracle-related issues. M

Re: Escaping in templates...

2007-04-20 Thread webograph
i like the idea of having a __html__ __str__-like function a lot, especially for string/html representation of database objects. is this something that would be compatible with django's design principles? for implementation, here's a suggestion of which i'm not sure if it works: one could defin

Re: Does this rate as a bug? newforms.ChoiceField does not declare widget

2007-04-20 Thread Malcolm Tredinnick
On Fri, 2007-04-20 at 07:27 -0700, Iwan wrote: > Hi, > > Should I open a ticket for this? > > All Fields in newforms.fields declare a class attribute widget. If > you then inherit form them you can override this. > > ChoiceField does not, instead it sets its default Widget via a keyword > para

Re: SQLServer Updates?

2007-04-20 Thread Russell Keith-Magee
On 4/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Understand that I don't feel entitled to a response, just that I > figured if *I* were working on or interested in SQLServer support for > Django I would act on my own enlightened self-interest and take up the > offer for assistance imme

Re: SQLServer Updates?

2007-04-20 Thread Jeremy Dunck
On 4/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Replying to myself because I'm the only one that will. :) Sorry, I actually meant to respond but it dropped of my radar. > So this > offer basically expires today because I have to go to my management > with a recommendation for deploy

Does this rate as a bug? newforms.ChoiceField does not declare widget

2007-04-20 Thread Iwan
Hi, Should I open a ticket for this? All Fields in newforms.fields declare a class attribute widget. If you then inherit form them you can override this. ChoiceField does not, instead it sets its default Widget via a keyword parameter to __init__. Which means if you inherit from it, thinking

TimeField with TimeZone?

2007-04-20 Thread Moses Ting
Hi, I've noticed that TimeField creates a column of type 'time without time zone' in postgres. Is there some sort of support or option that will allow the user to specify that he/she wants to create column type 'time WITH time zone'? Similar to how DateTimeField creates a column type 'timestamp

Attrs on widgets composed of more than one HTML input

2007-04-20 Thread Iwan
Hi there, I have a question regarding, shall I say, policy regarding where attributes are placed on widgets (and MultiWidgets) that are rendered as more than one HTML input. Should what's passed in attrs be put on the individual inputs, or on one encapsulating element (such as a div or an ul).

Re: SQLServer Updates?

2007-04-20 Thread [EMAIL PROTECTED]
Replying to myself because I'm the only one that will. :) So this offer basically expires today because I have to go to my management with a recommendation for deployment. There hasn't been any updates on ticket 2358 (except to say don't ask for when its going to be done - ask in django dev instea