We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I try to upload a svg file I get the following error message.
requirements.txt:
asgiref==3.8.1 chardet==5.2.0 crispy-bootstrap5==2024.2 cssselect2==0.7.0 Django==4.2.13 django-appconf==1.0.6 django-classy-tags==4.1.0 django-cms==4.1.1 django-crispy-forms==2.2 django-entangled==0.5.4 django-filer==3.1.3 django-formtools==2.5.1 django-fsm==2.8.2 django-parler==2.3 django-polymorphic==3.1.0 django-ranged-response==0.2.0 django-robots==6.1 django-sekizai==4.1.0 django-simple-captcha==0.6.0 django-treebeard==4.7.1 django_compressor==4.5 djangocms-admin-style==3.3.1 djangocms-alias @ git+https://github.com/django-cms/djangocms-alias@01c8cdeeff658fe868bb330a4a9e23ab0a3cf921 djangocms-attributes-field==3.0.0 djangocms-frontend==1.3.2 djangocms-text-ckeditor==5.1.5 djangocms-versioning==2.0.2 easy-thumbnails==2.8.5 html5lib==1.1 lxml==5.2.2 packaging==24.1 pillow==10.4.0 psycopg2-binary==2.9.9 rcssmin==1.1.2 reportlab==4.2.2 rjsmin==1.2.2 six==1.16.0 sqlparse==0.5.0 svglib==1.5.1 tinycss2==1.3.0 typing_extensions==4.12.2 webencodings==0.5.1
The text was updated successfully, but these errors were encountered:
@sebbschbo Thanks for reporting this! This bug has been fixed here: #1471.
I'll see to get the fix released.
Sorry, something went wrong.
It's released in 3.1.4
No branches or pull requests
If I try to upload a svg file I get the following error message.
requirements.txt:
asgiref==3.8.1
chardet==5.2.0
crispy-bootstrap5==2024.2
cssselect2==0.7.0
Django==4.2.13
django-appconf==1.0.6
django-classy-tags==4.1.0
django-cms==4.1.1
django-crispy-forms==2.2
django-entangled==0.5.4
django-filer==3.1.3
django-formtools==2.5.1
django-fsm==2.8.2
django-parler==2.3
django-polymorphic==3.1.0
django-ranged-response==0.2.0
django-robots==6.1
django-sekizai==4.1.0
django-simple-captcha==0.6.0
django-treebeard==4.7.1
django_compressor==4.5
djangocms-admin-style==3.3.1
djangocms-alias @ git+https://github.com/django-cms/djangocms-alias@01c8cdeeff658fe868bb330a4a9e23ab0a3cf921
djangocms-attributes-field==3.0.0
djangocms-frontend==1.3.2
djangocms-text-ckeditor==5.1.5
djangocms-versioning==2.0.2
easy-thumbnails==2.8.5
html5lib==1.1
lxml==5.2.2
packaging==24.1
pillow==10.4.0
psycopg2-binary==2.9.9
rcssmin==1.1.2
reportlab==4.2.2
rjsmin==1.2.2
six==1.16.0
sqlparse==0.5.0
svglib==1.5.1
tinycss2==1.3.0
typing_extensions==4.12.2
webencodings==0.5.1
The text was updated successfully, but these errors were encountered: