django-ckeditor-5
django-ckeditor-5 copied to clipboard
add option for an upload limit
- 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