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

SweetAlert integration for Django

Results 7 sweetify-django issues
Sort by recently updated
recently updated
newest added

Is it possible to return the value from the alert ? For example: ` sweetify.warning(request, "Do you wanna delete it?", backdrop="rgba(199, 212, 21, 0.4)",showConfirmButton=True,confirmButtonText="Delete",timer=0) ` And I want to get...

It is normal behaviour that I get this JavaScript console warning on every Sweetify toast? `SweetAlert2: The parameter "allowOutsideClick" is incompatible with toasts sweetalert2.all.min.js:5:1392` I don't actually use "allowOutsideClick" anywhere...

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...

dependencies

Hi, Is there a way to add one time option for customClass{} ? better not repeating this for every single message. Thanks in advance. ``` sweetify.error( request, title='Error.', text='Text', persistent="Close",...

Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.18. Commits 722e9f8 [3.2.x] Bumped version for 3.2.18 release. a665ed5 [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 932b5bd [3.2.x] Added stub...

dependencies

When using django 4.0 you will face an issue with importing force_text from django.utils.encoding, instead you'd want to change that to **force_str** instead of **force_text** because django 4.0 no longer...

bug