Re: Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-03-22 Thread Raffaele Salmaso
Marcob wrote: > Please, does anybody know which patch I need to apply to 1.1.1 to fix > this strange problem? http://code.djangoproject.com/changeset/12807 ? -- ()_() | That said, I didn't actually _test_ my patch. | + (o.o) | That's what users are for! | +---+ 'm

Re: Templates by app

2010-03-22 Thread Hanne Moa
On 20 March 2010 12:48, wrote: > You can use both schemes. Defaults in app/templates, overrides of defaults in project/templates. HM -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...

Re: Templates by app

2010-03-22 Thread Executier Godlike
> > You can use both schemes. > > Defaults in app/templates, overrides of defaults in project/templates. You want to use both places to store templates? Look at TEMPLATE_LOADERS: TEMPLATE_LOADERS = ( 'django.template.loaders.filesystem.load_template_source', 'django.template.loaders.app_d

Re: Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-03-22 Thread Karen Tracey
On Mon, Mar 22, 2010 at 4:07 AM, Raffaele Salmaso < raffaele.salm...@gmail.com> wrote: > Marcob wrote: > > Please, does anybody know which patch I need to apply to 1.1.1 to fix > > this strange problem? > http://code.djangoproject.com/changeset/12807 ? > > No, turns out it was a change made farthe

Re: Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-03-22 Thread Marcob
On Mar 22, 1:53 pm, Karen Tracey wrote: > No, turns out it was a change made farther back, and it was in fact a change > specifically in response to the change in Python: > http://code.djangoproject.com/changeset/11821 Karen, thanks! :-) Btw, I think this is a users-developers-gray-area-thread

Need help with my SoC proposal.

2010-03-22 Thread Fırat Can Başarır
Hello, I just created a post on django-gsoc mailing list asking for help for preparing a proposal. Here is the link: http://groups.google.com/group/django-gsoc/browse_thread/thread/c920d7d3a29de727 I'd appreciate any help at this stage as I am quite confused about what to do next. Thank you. Fı

Re: Need help with my SoC proposal.

2010-03-22 Thread Fırat Can Başarır
I decided to put the message itself here so you won't have to follow the link to another mailing list. Hello, I am a CS student from Turkey. I want to apply for Django's GSoC program this year. I have some ideas but am quite confused regarding what to propose. I want to give some information abou

Housekeeping ; GSoC 2010

2010-03-22 Thread zubin71
Hello, My name is Zubin Mithra and I am a Python developer. I have considerable experience working with django but have no knowledge of its internal workings; however I would like to have GSoC 2010 as an opportunity to do the same. I am interested in the "Housekeeping" project idea which has been

Re: Housekeeping ; GSoC 2010

2010-03-22 Thread Russell Keith-Magee
On Tue, Mar 23, 2010 at 7:42 AM, zubin71 wrote: > Hello, > > My name is Zubin Mithra and I am a Python developer. I have > considerable experience working with django but have no knowledge of > its internal workings; however I would like to have GSoC 2010 as an > opportunity to do the same. I am i

Proposal - ChoiceField.choices need to accept callable, not only list or tuple

2010-03-22 Thread George Karpenkov
Hi, The subject pretty much describes all of it. If 'initial' can be a callable, why 'choices' can't? Writing custom function is way more convenient then altering __init__ method of the model. I'm happy to write up a patch if it would be likely to be accepted -- You received this message becaus

Re: Proposal - ChoiceField.choices need to accept callable, not only list or tuple

2010-03-22 Thread Jared Forsyth
I say go for it, and post again with a patch and issue number (once you've created them). Your idea seems sound. Jared On Mon, Mar 22, 2010 at 11:30 PM, George Karpenkov wrote: > Hi, > > The subject pretty much describes all of it. If 'initial' can be a > callable, why 'choices' can't? Writing c

Re: Proposal - ChoiceField.choices need to accept callable, not only list or tuple

2010-03-22 Thread George Karpenkov
http://code.djangoproject.com/ticket/13181 On Mar 23, 4:42 pm, Jared Forsyth wrote: > I say go for it, and post again with a patch and issue number (once you've > created them). Your idea seems sound. > > Jared > > On Mon, Mar 22, 2010 at 11:30 PM, George Karpenkov > wrote: > > > > > Hi, > > > Th

Re: Proposal - hook to modify links in object-tools

2010-03-22 Thread George Karpenkov
once again, I'm happy to write a patch if people think it's a good idea On Mar 11, 5:21 pm, George Karpenkov wrote: > Currently to add a link to object-tools one has to modify a template. > > I think that in most cases it would be much easier to do that through > python - if admin actions have a