Naveera Ashraf

Results 6 comments of Naveera Ashraf
trafficstars

I have the same issue of tags. Did anyone find a solution to this problem?

We have a custom model inheriting from `AbstractImage`: ``` class Asset(AbstractImage): file = models.ImageField( verbose_name=_('file'), upload_to=settings.ASSET_UPLOAD_PREFIX, width_field='width', height_field='height', storage=MediaStorage() ) ``` `MediaStorage` here is using [django-gcloud-storage](https://pypi.org/project/django-gcloud-storage/) When I upload an...

I still get the issue even if the `extension` column in DB is `jpeg`. The file itself has the extension as well.

Hi, I am doing some more investigation and here's my findings ``` In [4]: image = Image.objects.get(file="cms-dev/chair-unsplash_TAJSD0d.jpg") In [5]: image.file Out[5]: ``` When I try to get the path I...

Just an update, I was able to solve the issue by making changes to the storage class. The package I was using was downloading the image file from Gcloud and...

I am testing it wit Wagtail 6.0.3 and the copy functionality is not working. It was working perfectly fine in 6.0.2