Re: interest in extending {% blocktrans %}

2009-05-19 Thread Russell Keith-Magee
On Wed, May 20, 2009 at 9:11 AM, Andy Smith wrote: > Hey y'all, I'd like to propose that {% blocktrans %} support resolving of > simple variables. I don't want to dampen your enthusiasm, but I'd like to propose that we hold off discussions like this until we are in the v1.2 feature discussion ph

interest in extending {% blocktrans %}

2009-05-19 Thread Andy Smith
Hey y'all, I'd like to propose that {% blocktrans %} support resolving of simple variables. For example I have an object named dude with a method display_nick, ideally being used like so: {% blocktrans %}some text {{dude.display_nick}} is cool{% endblocktrans %} however at the moment i am for

Re: EuroPython Sprints

2009-05-19 Thread Dougal Matthews
I'm attending the conference. I'll be around on the Friday and would like to meet up with fellow djangonaughts. Looking here; http://www.europython.eu/talks/talk_abstracts/ there seems to be a few djangonaughts going. Just search the page for Django and you'll find the related talks ;) Cheers,

Re: EuroPython Sprints

2009-05-19 Thread Richard Boulton
2009/5/19 Sergio Oliveira : > Is there someone going to EuroPython (Birmingham - UK)? > I've just saw that Django is in the top of the proposed sprints list: > http://wiki.europython.eu/Sprints I'll be at the conference, but won't be able to be around before / after for the proposed sprint days.

Spaces in psycopg2 passwords

2009-05-19 Thread AzMoo
Hello everybody, I just came across an issue with django's implementation of psycopg2, in that as of Changeset 9981 it will no longer accept passwords with spaces in them. In this changeset the use of a DSN was removed in favour of named arguments, and as the password is no longer quoted, psycop

EuroPython Sprints

2009-05-19 Thread Sergio Oliveira
Is there someone going to EuroPython (Birmingham - UK)? I've just saw that Django is in the top of the proposed sprints list: http://wiki.europython.eu/Sprints Cheers, -- Sergio Oliveira If builders built buildings the way programmers wrote programs, then the first woodpecker that came along wou