Re: django-amp-tools project improvement

2021-04-08 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Pratham, Sorry to be a bit of a downer here... The django-amp-tools project is not an official django project and has not been updated for a while (it doesn't support *any* currently supported Django versions). It's also not particularly popular - 65 stars - and in general I feel like AMP is i

Re: Adding ability to choose AutoField type (signed vs unsigned)

2021-04-08 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Okay fair enough, it wouldn't be much work to ship a PositiveBigAutoField class. On Wed, 7 Apr 2021 at 08:29, Florian Apolloner wrote: > On Tuesday, April 6, 2021 at 7:08:06 PM UTC+2 Adam Johnson wrote: > >> I also don't think this is necessary any more and can be closed. >> >> >>> An explicit

Re: GSOC Proposal : Adding a Redis cache backend to Core

2021-04-08 Thread charettes
Hello Daniyal, > I want to move ahead with using the pickle module. However, does it seem necessary to add support for other serializers ( json / yaml / msgpack ) as well? I don't think that adding support for configurable serialization is necessary for this project. Don't get me wrong, I thin