django-ckeditor-5 icon indicating copy to clipboard operation
django-ckeditor-5 copied to clipboard

add option for an upload limit

Open goapunk opened this issue 7 months ago • 0 comments

  • add option for an upload limit
  • return the first form error as JsonResponse so the real error is shown to the user (instead of a generic upload failed)
  • add jpg to allowed default file types
  • add test_settings for pytest to make testing the file size easier
  • add tests for file extension and file size on upload

goapunk avatar Jul 18 '24 10:07 goapunk