Devid
Devid
The problem with `parseISO` was introduced in this commit https://github.com/date-fns/date-fns/commit/1fcc0458fce7ae44b0a2dcad120fb029879a93b5 Was this change the fact stated in the changelog as: > **BREAKING**: The arguments are not explicitly converted to the...
I have rebased over #707, now this PR makes a single import statement instead of two to handle FCM in models.py.
Just to remind that the EOL of legacy GCM API is on June 20th 2024, therfore a release is required before that date (hopefully with a couple of months for...
Looking into django code I see that `GenericIPAddressField.get_db_prep_value` internally calls `connection.ops.adapt_ipaddressfield_value` which behaves different from netfields: https://github.com/django/django/blob/c7e986fc9f4848bd757d4b9b70a40586d2cee9fb/django/db/backends/postgresql/operations.py#L350-L353 Because if the value is falsy it just returns `None` and not `Inet(None)`...
Is there an ETA for this PR to be merged? Python 3.12 support is important and should not be left unmanaged.
Its fun, I was looking for a library that may allow me (and my users) writing more easily queries for Elasticsearch, without using Lucene syntax. This because in many cases...
> Hmm, I'm not opposed to this, but why drop old versions? What does it achieve? Since old versions of python are no more developer nor supported if there is...
#291 addresses the change in requirements for `contextlib2`.
The usage of django async method is very useful, also because it is easier to write tests with django built-in testcases. My concern is: currently there is nothing in the...
Thank you @bigfootjon, I missed that PR. Nice job.