Making the admin more navigable

2019-11-24 Thread Tom Carrick
Hi folks, One thing that every Django admin skin seems to do is add a sidebar or some other navigation to every admin page. It's clear that there is a want for this and personally, those skins don't offer much more that I need other than this, and they often end up unmaintained or lagging behin

Re: Making the admin more navigable

2019-11-24 Thread Tobias Kunze
On 19-11-24 10:29:36, Tom Carrick wrote: >1. Is this something people actually want, or is it just me? +1, especially with a flag to disable it. Thank you for taking this up! We live in the days of wide screens, where using the screen for something meaningful is definitely a good idea. I find it

Re: ngettext_lazy and ngettext

2019-11-24 Thread Matemática A3K
,אורי‎ Follow the instructions here if you want to change the plural form for your django project "temporarily": https://code.djangoproject.com/ticket/30439#comment:17 Maintaining several catalogs unmerged can lead to inconsistencies also if you don't keep track of all of them, which can lead to b

python-memcached is deprecated, but still used in core Django

2019-11-24 Thread Adrian Turjak
A while ago now I opened a ticket that we need to deprecate the python-memcached backend in Django, and ideally make a new one which uses Pinterest's pymemcache instead (which is now the most commonly used one). This is the ticket: https://code.djangoproject.com/ticket/29887 But it seems there ha

Re: ngettext_lazy and ngettext

2019-11-24 Thread אורי
Hi Matemática, I prefer to keep using Django 2.1 until there is a solution that doesn't require so much effort from me when upgrading. I currently don't think we need 4 strings (plural forms) in our project's .po files and anyway I don't want to change them manually, only if they are changed autom