Re: Admin accessibility

2020-09-05 Thread Thibaud Colas
this DEP. But I want to make sure I provide accurate information. Thanks in advance, Thibaud On Tuesday, 14 July 2020 at 09:37:01 UTC+1 Thibaud Colas wrote: >  it’s wonderful to see this happening! Re-reading through the whole > thing, as Tobias mentioned I also find it very easy to rea

Re: Admin accessibility

2020-09-15 Thread Thibaud Colas
d to plan for that. >> Thibaud: Asking for hands in your talk seems sensible. >> >> Kind Regards, >> >> Carlton >> >> >> >> On Sunday, 6 September 2020 at 00:45:36 UTC+2 Thibaud Colas wrote: >> >>> Hi all, >>> >>&

Re: Admin accessibility

2020-05-25 Thread Thibaud Colas
Hi Tom, It’s exciting to see this getting started! To me a DEP would be highly beneficial, because there is a lot to this that goes beyond finding and fixing individual issues – it’s more about detailing the a process for parts of Django to stay accessible over time. Here are things I’d

Re: Admin accessibility

2020-05-24 Thread Thibaud Colas
Hi all, I’m also interested in helping with this, although I’ve never been involved with Django development before. I’ve recently worked on a similar accessibility effort for Wagtail , a CMS built upon Django, which largely replaces the Django admin

Re: Admin accessibility

2020-07-14 Thread Thibaud Colas
while now is to build a simple django site that is essentially > just there to use every feature of the admin, so I might bump that up the > priority list, though it's somewhat daunting. > > Cheers, > Tom > > On Mon, 13 Jul 2020 at 01:15, Thibaud Colas wrote: > >> Up

Re: Admin accessibility

2020-07-12 Thread Thibaud Colas
Update for the proof of concept CI tests from my side – thank you Tom for the feedback. Here are the latest additions to the test suite & reports, still living at https://thibaudcolas.github.io/django_admin_tests/, - Added as much as I know about in the admin, and now also outside of it a bit

Re: Admin accessibility

2020-06-24 Thread Thibaud Colas
pful. It's also probably one of the more > difficult things. If that seems like too much, I think catching what the CI > would miss is the next most important thing, so I think your #1 suggestion > would work well. > > On Tue, 23 Jun 2020 at 22:34, Thibaud Colas wrote: > >> Hey To

Re: Admin accessibility

2020-06-23 Thread Thibaud Colas
> board, or just someone who has more knowledge of Django's "bureaucracy", > for lack of a better word. > > Tom > > On Tue, 26 May 2020 at 01:20, Thibaud Colas > wrote: > >> Hi Tom, >> >> It’s exciting to see this getting started! To me a DEP woul

Re: Admin accessibility

2021-01-13 Thread Thibaud Colas
>>>> >>>> The DEP for creating an accessibility team is looking good. >>>> https://github.com/django/deps/pull/69 >>>> >>>> I'm going to ask for formal consideration shortly. >>>> If you have an interest/a moment, over th

Re: Default change password UX: area for improvements

2021-06-14 Thread Thibaud Colas
Good idea! I think it’s worth mentioning as well the current link’s styles wouldn’t pass accessibility guidelines, as there isn’t enough contrast between the link color and surrounding text color, and the choice of words doesn’t make the link very identifiable either. This would need to remain

Accessibility standards & contribution guidelines for Django

2021-06-14 Thread Thibaud Colas
Hi django-developers, This is a long-overdue follow up to DEP 11 and the creation of Django’s accessibility team. As part of implementing what this DEP outlines, we need to discuss what accessibility standards

Re: Accessibility standards & contribution guidelines for Django

2021-06-17 Thread Thibaud Colas
esday, 15 June 2021 at 18:19:41 UTC+1 Tobias Bengfort wrote: > Hi Thibaud, > > thanks for the follow up. +1 on basically everything you wrote! > > On 15/06/2021 02.59, Thibaud Colas wrote: > > This distinction between "sites built with Django" and the "D

Re: Changing widget rendering templates

2021-06-05 Thread Thibaud Colas
Hi all, I wanted to mention a couple more things that might help in the decision: - There is no direct accessibility issue *for end users* from `as_p` that I know of. The only issue is its propensity to making people create forms with invalid HTML (see #31189

Re: Revisiting multiline template tags in Django Templates (again)

2022-09-28 Thread Thibaud Colas
at 08:37:52 UTC+1 Thibaud Colas wrote: >  Hi django-developers, I would like to revisit a very old feature > request: ticket #8652 Multiline tags and tag escape tags > <https://code.djangoproject.com/ticket/8652>, proposed DEP Multiline > Template Tags <https://github.c

Permissions don't get translated in admin interface

2022-09-24 Thread Thibaud Colas
 there have been a lot of discussions and tickets opened on permissions translations in the past. I’m not sure what the etiquette here is, hence why I’m starting a new conversation. I would like to see #1688 Permissions don't get translated in admin interface

Revisiting multiline template tags in Django Templates (again)

2022-09-24 Thread Thibaud Colas
 Hi django-developers, I would like to revisit a very old feature request: ticket #8652 Multiline tags and tag escape tags , proposed DEP Multiline Template Tags , and maling list thread Revisiting multiline

Re: Permissions don't get translated in admin interface

2022-10-13 Thread Thibaud Colas
Thibaud Colas wrote: > Thank you all for your suggestions so far :) Just to give a little bit > more background – aside from ticket #1688 Permissions don't get > translated in admin interface <https://code.djangoproject.com/ticket/1688>, > this had also been discussed in Tr

Re: Permissions don't get translated in admin interface

2023-06-02 Thread Thibaud Colas
Ah-ha! Correct :) That’s great. So as of that commit, it’s just the permission names that aren’t translated. Here’s a screenshot of the current state: [image: permission-names-django-Django-5.0.dev20230602105440.png] I’ve updated my POC accordingly

Re: Permissions don't get translated in admin interface

2023-06-02 Thread Thibaud Colas
see message above – and my proof of concept <https://github.com/thibaudcolas/django/pull/1>). Any takers? Should I post this elsewhere? On Friday, 14 October 2022 at 05:45:34 UTC+1 Thibaud Colas wrote: > I worked on a potential fix for this yesterday at the Django London’s hack > da

Re: Permissions don't get translated in admin interface

2023-06-02 Thread Thibaud Colas
As suggested by @nessita on Discord, I’ve taken this to the Django Forum in Django Internals: https://forum.djangoproject.com/t/permissions-dont-get-translated-in-admin-interface/21324. Let’s try to keep the discussion going over there! On Friday, 2 June 2023 at 20:58:50 UTC+1 Thibaud Colas

Re: Django t-shirt

2023-06-02 Thread Thibaud Colas
Hi Fabien, for what it’s worth Django also has merch with FreeWear, who are based in Spain: https://www.freewear.org/Django Cheers, Thibaud On Monday, 16 January 2023 at 13:26:25 UTC Fabien Schwob wrote: > Hello, > > It would be awesome to also have a Threadless alternative for Europe, to >

Re: Model icons

2023-06-02 Thread Thibaud Colas
Hi all, I see Wagtail has been mentioned, we actually shipped a lot of improvements to our icons support in our last release, thought I’d share a few details in case it helps in considering this for Django. Here is Wagtail’s documentation for custom icons:

Re: Transition Docs to Inline

2024-01-20 Thread Thibaud Colas
Hi Moshe, Just so you know there are a lot more discussions about Django these days on the Django Forum than this mailing list. There are also no such things as Django lords or a governing board :) The project is consensus-driven, so doesn’t require any