djangocms-snippet
djangocms-snippet copied to clipboard
django CMS Snippet provides a plugin for django CMS to inject HTML, CSS or JavaScript snippets into your website.
## Description add support for django 4.2 ## Related resources * #... * #... ## Checklist * [x ] I have opened this pull request against ``feature/support-django-cms-4.0.x`` * [ x]...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. Changelog Sourced from sqlparse's changelog. Release 0.5.0 (Apr 13, 2024) Notable Changes Drop support for Python 3.5, 3.6, and 3.7. Python 3.12 is now...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. Changelog Sourced from sqlparse's changelog. Release 0.5.0 (Apr 13, 2024) Notable Changes Drop support for Python 3.5, 3.6, and 3.7. Python 3.12 is now...
## Description A django-cms 4.0.x-only compatible release contains the following changes: * add support for Python 3.10 * add support for Django 4.2 * drop support for Django < 3.2...
Bumps [django](https://github.com/django/django) from 3.2.22 to 3.2.23. Commits 60e648a [3.2.x] Bumped version for 3.2.23 release. f9a7fb8 [3.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. e6d2591 [3.2.x] Added stub...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [django](https://github.com/django/django) from 4.1.10 to 4.1.13. Commits 42591a8 [4.1.x] Bumped version for 4.1.13 release. 4965bfd [4.1.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. 8581d91 [4.1.x] Corrected wrap_socket()...
This adds type hints and the mypy pre-commit hook.
I had a hard time debugging a project where this library was used. The problem is, that the `{% snippet_fragment 'whatever' %}` overrides the `object` of the current context. This...