Re: Allow disabling choices in a

2011-06-07 Thread Jody McIntyre
On Mon, Jun 6, 2011 at 7:49 PM, Chris Beaven wrote: > > I'd say it would be more backwards compatible, and still reasonably concise > to just have a separate attribute: > > disabled_choices = ('bananas',) > OK. I was trying to avoid adding attributes to the widget, but

Re: 5-for-1?

2011-06-07 Thread Carl Meyer
Hi Stephen, On 06/07/2011 02:37 AM, Stephen Burrows wrote: > Hi - is the 5-for-1 deal still active on ticket reviews? [1] > If so, I've reviewed the following tickets: > > 3624 > 16152 > 16157 > 16158 > 16166 > > And would love it if someone could have a look at ticket 14082 [2]. > > If not,

Re: Timezone-aware storage of DateTime

2011-06-07 Thread Luke Plant
On 05/06/11 22:16, Daniel Greenfeld wrote: > I think this topic is not realistic. Exactly! There seems to be the assumption in other messages in this thread that Django 'owns' the database. That is not the philosophy Django takes - it interfaces with the DB. In some cases, Django 'owns' the data

Re: Proposal: Adding UI and UX fields to Trac

2011-06-07 Thread Luke Plant
On 07/06/11 11:32, Idan Gazit wrote: > Greetings, Earthlings. > > I'd like to propose adding two flags to Trac, "UI" and "UX". Fine with me, with one query: Is there a sharp enough distinction between these two for it to be useful for there to be both "UI" and "UX" flags? Is the typical

5-for-1?

2011-06-07 Thread Stephen Burrows
Hi - is the 5-for-1 deal still active on ticket reviews? [1] If so, I've reviewed the following tickets: 3624 16152 16157 16158 16166 And would love it if someone could have a look at ticket 14082 [2]. If not, ah well. :-) Best, --Stephen Burrows [1]

Re: support for custom django-admin commands written as packages

2011-06-07 Thread Marwan Al-Sabbagh
I agree with many of your points. It would be nice if Django did not deal with the file system directly but just imports the packages. There have been some efforts to do custom commands in a better way. there is the project django-boss https://github.com/zacharyvoase/django-boss which stemmed out