django-imagefield icon indicating copy to clipboard operation
django-imagefield copied to clipboard

You should probably use this image field instead of Django's built-in models.ImageField.

Results 7 django-imagefield issues
Sort by recently updated
recently updated
newest added
trafficstars

Thanks for this nice module. It could be awesome if the selected file is previewed after selection and before save.

help wanted

I am using ImageField on a model and use a Modelform to generate a form. If I understand correctly, the form automatically uses the widget provided by this package, being...

I have a django cabinet custom File that inherits the TranslatableModel something like: ``` # models.py class File(TranslatableModel, AbstractFile, ImageMixin): FILE_FIELDS = ['image_file'] # Add caption and copyright, makes FileAdmin...

It removes all generated files but not the base file when we clear the corresponding imagefield in the form and hit save.

Hi! Does this project have any DRF serializer support? I'm just looking at something like this in django-versatileimagefield: https://github.com/respondcreate/django-versatileimagefield/blob/master/versatileimagefield/serializers.py

A few lines on really use it on template level would be nice

It would be nice to have a more --verbose documentation about the options that can be set in IMAGEFIELD_FORMATS