Re: RFC: "UPSERT" in PostgreSQL

2014-09-29 Thread shmengie
To upsert or to merge. Sparked a lot more emotion than I would have anticipated. Both ideas, have similiar functionality, they solve marginally different problems. Both have the objective of reducing client server traffic involved with pk. Merge -- bulk loading foreign data -no guaranty

Re: Please don't kill the ecosystem

2014-09-02 Thread shmengie
Pkl, You shouldn't have to upgrade all your old sites to the latest version of Django, unless you want maintain current methods. This is why we like virtual environments, much. The core team has made a nice set of security releases available via pip. Django 1.4.14, Django 1.5.9, Django

Re: Brute force attacks

2011-03-08 Thread shmengie
Hi Guys, This topic has me crawling out of the woodwork, I would like to contribute to the effort. Can't see this making it into django's core, although I would like to see it there, I think complexities would inhibit beginners and veterans alike, although, it would be nice if it could be

Re: dates postgres django trunk

2010-09-27 Thread shmengie
DOH, I thought I tried changing the DATE_FORMAT and it had no effect. Seems I checked the wrong server when I checked that. Thanks, it does fix it when you compare output on the right server. 8-| -- You received this message because you are subscribed to the Google Groups "Django developers"

dates postgres django trunk

2010-09-27 Thread shmengie
Recently updated to the latest trunk (couple weeks ago now). I think this may be a bug in the current trunk. alist = Table_with_date_column.objects.all() in template: {{ alist.date_field }} renders: %10/%26/%2009 %07/%22/%2009 ... This must have something to do with the settings.py