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

2019-11-25 Thread Jure Erznožnik
I am currently attempting to involve myself more into Django development. Have little to no idea how. This seems to me like an easy pickings and I would be willing to port existing code to the new package, if that's okay with the core team. My expected approach: 1. verify claims 2. take the

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

2019-11-25 Thread Johannes Hoppe
Do we actually need to deprecate the current backend and create a new one? Can't we just rewrite the current backend? Technically changing a dependency doesn't require deprecation, does it? It's also a very simply update process. On Monday, November 25, 2019 at 6:46:05 AM UTC+7, Adrian Turjak w

Re: Fellow Reports - November 2019

2019-11-25 Thread Mariusz Felisiak
Week ending November 17, 2019. Released Django 3.0rc1. *Triaged:* https://code.djangoproject.com/ticket/30988 - Deprecate the barely documented InvalidQuery exception. (accepted) https://code.djangoproject.com/ticket/30991 - Optional removal of transaction and extra get() in get_or_create(). (w

Django front end usage

2019-11-25 Thread DEEPAK NAILWAL
Hi All, I am working on a project and my site is up and running. Now i want to make my site much presentable as currently it just having login, password and forgot password link. Can you please help me how i can achieve that in short span of time ? -- You received this message because you ar

Re: Django front end usage

2019-11-25 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to answer yo

Fellow Reports -- November 2019

2019-11-25 Thread Carlton Gibson
Hi all. Calendar Week 45 -- ending 10 November. Triaged: https://code.djangoproject.com/ticket/30964 -- macOS SQLite test failure. (needsinfo) https://code.djangoproject.com/ticket/30963 -- Admin list_editable not suitable for multi-user environment. (Someday/Maybe) https://code.djangoproje

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

2019-11-25 Thread Adrian Turjak
That's a tough question. It depends on when and how we do it. A new backend can potentially be backported to 2.2 (the current safe LTS), but we can't really update the existing one if people are using it and expect it to work. Django doesn't actually have any deps for these libraries, so people hav

Re: ngettext_lazy and ngettext

2019-11-25 Thread Matemática A3K
‪On Mon, Nov 25, 2019 at 6:26 AM ‫אורי‬‎ wrote:‬ > 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

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

2019-11-25 Thread Mariusz Felisiak
TIcket #29887 doesn't qualify for a backport so if someone prepare a patch then we can include it in the Django 3.1. Also, I don't see a strong consensus for deprecating python-memcached support. It can found a new maintainer in the nearest future. Best, Mariusz -- You received this message b

Re: ngettext_lazy and ngettext

2019-11-25 Thread אורי
On Tue, Nov 26, 2019 at 8:13 AM Matemática A3K wrote: > > > ‪On Mon, Nov 25, 2019 at 6:26 AM ‫אורי‬‎ wrote:‬ > >> >> אורי, > > OK, have in mind that a change of the number of plurals for a language is > kind (if not) of an API change for i18n - now you have to feed a different > input - and shou