Re: Weekly Check-in

2011-08-31 Thread Jannis Leidel
On 31.08.2011, at 18:15, Stephen Burrows wrote:

>> I found some use cases that are not yet possible with the form rendering
>> template tags. The biggest issue is that it's not possible to exchange field
>> labels with translated text. Currently there is no way of storing a 
>> translated
>> string in the templates as variable, like {% trans "foo" as var %}
> 
> Can't you already do this with blocktrans? [1]

No, blocktrans prohibits using other template tags in its scope like the
template tag created during the GSoC because the makemessages management command
scans template files to update the PO files (it needs simple template variable,
e.g. `{{ my_var }}``).

Jannis 

-- 
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 unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.



Re: Browser Support

2011-08-31 Thread Justin Myers
One concern: YUI stopped assigning grades and instead just describes a
"Browser Test Baseline". It's essentially the same thing, but we might
as well use the same terminology they use if we're going to specify
things this way. 
http://www.yuiblog.com/blog/category/graded-browser-support/#grades-deprecated
-Justin

On Aug 30, 3:33 am, Idan Gazit  wrote:
> So, a while back, I announced that Django is dropping support for IE6 in the
> admin. What I _didn't_ specify is what browsers are supported.
>
> I'm currently composing a bit for the 1.4 release notes about admin browser
> support, and wanted to explicitly list what we consider to be supported:
> YUI's A-Grade, minus IE6.
>
> Link:http://yuilibrary.com/yui/docs/tutorials/gbs/
>
> Any objections?
>
> I

-- 
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 unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.



Re: Weekly Check-in

2011-08-31 Thread Stephen Burrows
> I found some use cases that are not yet possible with the form rendering
> template tags. The biggest issue is that it's not possible to exchange field
> labels with translated text. Currently there is no way of storing a translated
> string in the templates as variable, like {% trans "foo" as var %}

Can't you already do this with blocktrans? [1]

--Stephen

[1] 
https://docs.djangoproject.com/en/dev/topics/i18n/internationalization/#blocktrans-template-tag

-- 
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 unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.