Proposal: adding value and display_value to bound fields.

2010-08-16 Thread Anssi Kaariainen
Hello all, This proposal is about adding value and display_value properties to BoundFields (ticket #10427). The value property gives raw data and display_value gives the value in user friendly format. For example for CharField, both value and display_value will be just the raw data. But for Multip

Gentle Nudge on #12398

2010-08-16 Thread faldridge
Ticket #12398, the addition of a TypedMultipleChoiceField, is in the 'accepted' state with docs and tests. Is there anyone who could commit it to trunk? Thanks, as always, for all the hard work that goes into this great framework. -- You received this message because you are subscribed to the G

Tickets #13579 and #8291

2010-08-16 Thread Filip Gruszczyński
Some time ago I have posted patches and tests for two bugs: http://code.djangoproject.com/ticket/8291 http://code.djangoproject.com/ticket/13579 Could I ask for some opinion on them? Are they enough, or should I provide something more for this? -- Filip Gruszczyński -- You received this messa

Re: Gentle Nudge on #12398

2010-08-16 Thread burc...@gmail.com
Hi Falridge, Russell just said in another thread ( http://http://groups.google.com/group/django-developers/browse_thread/thread/41ef180b93410cd2/cb0510692d8270b5 ), that you need to put ticket into RFC if you feel the ticket is looking good, is working and other prerequisites have been met. >From

Re: Gentle Nudge on #12398

2010-08-16 Thread Russell Keith-Magee
On Mon, Aug 16, 2010 at 6:48 PM, burc...@gmail.com wrote: > Hi Falridge, > > Russell just said in another thread ( > http://http://groups.google.com/group/django-developers/browse_thread/thread/41ef180b93410cd2/cb0510692d8270b5 > ), that you need to put ticket into RFC if you feel the ticket is >

Re: #11834: colorized debug page. Assigned to buriy

2010-08-16 Thread Thomas Guettler
Hi buriy, http://code.djangoproject.com/ticket/11834 it would be nice, if the CSS could be customized. But how to do that? I think the debug html output should be self contained. It should not reference a CSS file. Example: I send the HTML output by mail to myself, to see if uncaught exceptions

Re: #717 (If-Modified-Since checked for exact match) should be fixed

2010-08-16 Thread julianb
I just discovered that the condition decorator does check for exact match only, too. Thus, the ticket should be changed to also include this issue. Is someone going to reopen the ticket? On Aug 9, 11:46 pm, Łukasz Rekucki wrote: > On 9 August 2010 22:48, Paul McMillan wrote:> I agree with > the

Re: #11834: colorized debug page. Assigned to buriy

2010-08-16 Thread burc...@gmail.com
Hi Thomas, On Mon, Aug 16, 2010 at 8:12 PM, Thomas Guettler wrote: > Hi buriy, > > http://code.djangoproject.com/ticket/11834 > > it would be nice, if the CSS could be customized. But how > to do that? > > I think the debug html output should be self contained. > It should not reference a CSS fil

Datetimes with timezones for mysql

2010-08-16 Thread Vitaly Babiy
Hey, I been doing a lot with timezone aware dates and I noticed that the mysql store will not allow you to store a datetime aware datetime. I was wondering if there is a reason why not convert theses dates to whatever is in the settings using astimezone. And then save that date. Vitaly Babiy --

Re: Datetimes with timezones for mysql

2010-08-16 Thread Russell Keith-Magee
On Tue, Aug 17, 2010 at 12:13 AM, Vitaly Babiy wrote: > Hey, > I been doing a lot with timezone aware dates and I noticed that the mysql > store will not allow you to store a datetime aware datetime. I was wondering > if there is a reason why not convert theses dates to whatever is in the > settin