Re: Revisiting multiline tags

2012-02-18 Thread h3
I would also like to know more about the rational behind ditching the idea of multilinetags. {% trans with varname=myobject.proprety1 someothervar=myobject.some.other_property yetanothervar=myotherobject.with_a_painfully_long_method_name "Even with line-wrap, it's a pain to rea

Revisiting multiline tags

2012-02-18 Thread Glenn Washburn
Hello django devers, I'd like to reopen discussion on the multiline tag issue (see: https://code.djangoproject.com/ticket/8652) which was closed 3 three years ago as "won't fix". The last comment notes that this won't happen as the decision has been made many times. But there is no link to any d

user_logged_in signal

2012-02-18 Thread meitham
Is there any reason why getting the redirect_to path in django.contrib.auth.views.login() """ Displays the login form and handles the login action. """ redirect_to = request.REQUEST.get(redirect_field_name, '') happens before we actually call the auth_login(request, form.get_user()

Re: Django 1.4: call for release blockers

2012-02-18 Thread Anssi Kääriäinen
On Feb 18, 11:28 am, Aymeric Augustin wrote: > Hello, > > 1.4 beta arrived a bit late, but we'd like to catch up and release RC1 before > the end of the month. > > Until then, we're going to focus on: > > 1 - Release > blockers:https://code.djangoproject.com/query?status=!closed&severity=Release

Re: Validation error in Slovak: question about URL language code sniffing

2012-02-18 Thread Anssi Kääriäinen
On Feb 17, 8:55 pm, Ryan Kaskel wrote: > Hi all, > > I ran my project's tests today using the new beta and was surprised > when one innocuous-looking test failed because the expected English > validation error string didn't match the returned Slovak equivalent. > > It turns out that this view is a

Re: MySQL connection pooling - preferred method??

2012-02-18 Thread Anssi Kääriäinen
On Feb 18, 1:01 am, Florian Apolloner wrote: > Yes, ABORT + DISCARD should do it for postgres (or ABORT; RESET ALL; SET > SESSION AUTHORIZATION DEFAULT if pg < 8.2) Inspired by this thread, I did some work for 3rd party database connection pooling. What I have is at https://github.com/akaariai/dj

Django 1.4: call for release blockers

2012-02-18 Thread Aymeric Augustin
Hello, 1.4 beta arrived a bit late, but we'd like to catch up and release RC1 before the end of the month. Until then, we're going to focus on: 1 - Release blockers: https://code.djangoproject.com/query?status=!closed&severity=Release%20blocker 2 - RFC tickets -- unless they're new features: h