Re: Revisiting multiline tags

2014-05-10 Thread ted
ly I'd think only core devs would vote. So neither here or there > would make a diff imo. > > P.S.: That said I am not sure we have a formal policy on how we act on > DEPs yet (or maybe I should just read DEP 001 more carefully ;)) > > Cheers, > Florian > > On Wednesday, Apr

Re: Revisiting multiline tags

2014-04-29 Thread ted
Now that there is a DEP, where do we voice our support (cast +1 votes)? Here, on the DEP pull request, on the original ticket? T On Wednesday, April 16, 2014 10:14:25 PM UTC-4, Loic Bistuer wrote: > > On Thursday, April 17, 2014 5:47:10 AM UTC+7, Josh Smeaton wrote: >> >> And for the last

Re: Relative path support for TEMPLATE_DIRS and others in settings.py (django ticket 694)

2013-01-02 Thread ted
. Again, best practice vs common practice I don't know. But again, I'm not proposing my settings.py file as the default, just provided for context. T On Wednesday, January 2, 2013 4:17:41 PM UTC-5, Florian Apolloner wrote: > > Hi, > > On Wednesday, January 2, 2013 8:19:36 PM UTC+

Re: Relative path support for TEMPLATE_DIRS and others in settings.py (django ticket 694)

2013-01-02 Thread ted
> A modern Django project is a collection of apps. Files are looked up under > conventional paths within apps. Modules (especially the settings module) > can live anywhere on $PYTHONPATH. Actually, there's not such thing as a > project root. > > For instance, instead of using TEMPLATE_DIRS,

Re: Relative path support for TEMPLATE_DIRS and others in settings.py (django ticket 694)

2013-01-01 Thread ted
explicitly decide not to use os.path.join and a PROJECT_ROOT variable? Ted -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/VVK1CzrP7AcJ. To po

Re: UPPER vs. ILIKE for __icontains

2011-10-05 Thread Ted Gruenloh
lines of code required.  I hope you'll consider it for the next release. thanks ted + Though apparently pg 9.1's trigram indexes can be used for ILIKE searches (but aren't a win for all query patterns). It seems to me it'd be worthwhile to have a setting to tell the backend whether

UPPER vs. ILIKE for __icontains

2011-10-04 Thread Ted Gruenloh
records.  ILIKE gets better the more columns you're comparing, too (30% better, in my example).  See my examples below. Anyway, I changed it in my implementation because it helped significantly in my specific case.  Hope this helps. thanks ted sdb=# explain analyze select * from activity where

[no subject]

2011-10-04 Thread Ted Gruenloh
? 2) Should this be changed in the codebase going forward? thanks, and I hope this helps, ted -- 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@googlegroups.com. To unsubs

Re: Newforms: colon after label

2007-03-29 Thread Ted
Were I work we have had to do this very thing to support I18N in our forms. Something as simple as a ":" is not a given. Maybe I want a " :" instead? This could be a form parameter or even a locale setting. My 2 cents, Ted On Mar 29, 9:10 am, "Todd O'Bryan" <[

Re: Django Cheat Sheet

2007-02-13 Thread Ted
Excellent John Thanks! As we approach 0.96 any chance of getting a pre-release newforms based version? Ted On Feb 13, 5:24 am, "John Sutherland" <[EMAIL PROTECTED]> wrote: > Hi all, > > Firstly, sorry for the cross-post. > > My employer, Mercurytide [1