Jonathan Tapicer
Results
2
issues of
Jonathan Tapicer
Since now Aurora Serverless v2 is generally available (https://aws.amazon.com/blogs/aws/amazon-aurora-serverless-v2-is-generally-available-instant-scaling-for-demanding-workloads/), are there any plans to support this improved version of Aurora Serverless as a built-in supported storage type?
type/feature
area/addon
type/request
The following error is thrown when a filtering by distance is done (in Django 1.9.3): ``` 16 17 def _clone(self, klass=None, setup=False, **kw): ---> 18 c = super(GeoQuerySet, self)._clone(klass, setup,...