translate django documentation

2018-10-29 Thread adson . develop
Hi, I'm starting to work with Django now and would like to contribute to the community, but I have not seen any related contribution topics on translating documentation to other languages. Is there a thread or ticket where I can contribute to that? I would really like to start contributing thi

Re: django migrations on live database for large tables for postgresql

2018-10-29 Thread Aymeric Augustin
Hello Pavel, Sorry for the delay in my answer. Unfortunately I don't know django.db.migrations very well and I won't be able to help you with the details of a patch in this area. I still think improving support for zero downtime migrations would be worthwhile. Writing a proposition in a ticket

Re: python-memcached seems to be unmaintained

2018-10-29 Thread Aymeric Augustin
Hello Adrian, I think that's a good plan. If there's opposition to deprecating the python-memcached backend now, it would still be possible to introduce and recommend the pymemcache backend. Best regards, -- Aymeric. > On 29 Oct 2018, at 01:42, Adrian Turjak wrote: > > Through some of my

Re: python-memcached seems to be unmaintained

2018-10-29 Thread Adam Johnson
I’ve used pymemcache with Django and even wrote a backend for it that I never got to open sourcing. I’d be glad of support in core and would help with code review. On Mon, 29 Oct 2018 at 00:42, Adrian Turjak wrote: > Through some of my last few projects using Django and Memcached I kept > runnin