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

Optimize

Open daimon99 opened this issue 4 years ago • 0 comments

I don't know wheather you maintain this package or not. But I think it is the best image field in django. I made some updates on it. Maybe you need it too.

  • Correctly display the readonly field(Monkey patch django helper module)
  • Support django2 and above
  • upload_to support datetime string format
  • Change FileField to ImageFileField to compatible with ImageField
  • Add format_image method to display custom image field using the same format

daimon99 avatar Mar 28 '20 15:03 daimon99