Stack Overflow Open Source Advertising, 2H 2014

2014-06-19 Thread Jorge Cardoso Leitão
Hi I would like to propose that Django participates in the Stack Overflow Open Source Advertising for the second semester of 2014

Re: Renaming apps.has_app

2014-01-05 Thread Jorge Cardoso Leitão
Hi. First of all, a hug to Aymeric for this, very nice work! My first thought was also on "is_installed", which seems natural. But, on my second thought, the "has_app" is not that bad because it is a method of the "app loading"; i.e. the apps "having" something makes sense than "being"

Re: Help related executing system command from django

2013-10-17 Thread Jorge Cardoso Leitão
Hi Malhar. I suggest you to post your question in the django-users mailing list. This mailing list is for the development of Django itself. Thank you, Jorge On Oct 17, 2013, at 11:21 , Malhar Vora wrote: > Hello, > > I am executing a python script from django as

Re: AbstractUser to get more abstract

2013-09-19 Thread Jorge Cardoso Leitão
Hi all. I summarise the options with some of the issues raised, and I add my own concern. One option presented here is to have both models in d.c.auth. As pointed out by Russell and others, this causes the problem on how to define the models such that they are not installed if they are not

Re: AbstractUser to get more abstract

2013-09-17 Thread Jorge Cardoso Leitão
Hi Tim. Thanks for posting this here. I was not aware of this ticket. Thank you also for taking the initiative and starting moving on this front. First of all, like you, I'm also recent in Django dev. This means that most likely, we will both make mistakes in the approach. The important is that

Re: password reset email template tags

2013-08-23 Thread Jorge Cardoso Leitão
Hi jupiter This mailing list is for the development of Django itself. Please refer to django-users mailing list for questions about the usage of Django. Cheers, Jorge On Aug 23, 2013, at 1:33 PM, nobody wrote: > Hi, > > I have customized template tags such as {{ org_name }} and {{

Re: 'LIKE' statement in Model.objects.raw() using percentage '%'

2013-07-17 Thread Jorge Cardoso Leitão
This is a mailing list for developing of django itself. For usage of django please use the django-user mailing list. Jorge On Jul 17, 2013, at 4:21 PM, spondbob squelpen wrote: > I have problem in django using query statement "LIKE %s%" with > Model.objects.raw(). I guess the problem is on '%'