[PR #2494] [CLOSED] Bump django-ckeditor from 6.3.0 to 6.3.2 #2583

Closed
opened 2026-02-27 12:11:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2494
Author: @dependabot[bot]
Created: 4/11/2022
Status: Closed

Base: masterHead: dependabot/pip/django-ckeditor-6.3.2


📝 Commits (1)

  • 28597c2 Bump django-ckeditor from 6.3.0 to 6.3.2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps django-ckeditor from 6.3.0 to 6.3.2.

Changelog

Sourced from django-ckeditor's changelog.

Changelog

Unreleased

#. Changed the context for the widget to deviate less from Django. Removed a few template variables which are not used in the bundled ckeditor/widget.html template. This only affects you if you are using a customized widget or widget template. #. Dropped support for Python < 3.8, Django < 3.2. #. Added a pre-commit configuration. #. Removed the Travis CI configuration; Travis CI hasn't run our unit tests for months now. #. Added a GitHub action for running tests. #. Made selenium tests require opt in using a SELENIUM=firefox or SELENIUM=chromium environment variable.

Commits
  • f0c2479 django-ckeditor 6.3.2
  • 4ed46a0 django-ckeditor 6.3.1
  • ae173ce Merge branch 'fix/missing-widget-context-variable' of github.com:ddabble/djan...
  • 5c8e8b4 More versions in tox.ini
  • c25d33e Made widget template more Django-like
  • 0136c61 Prepared some widget context for deprecation
  • 95ed133 Added tests for multiwidget usage
  • b3451b7 Added tests for widget context
  • 6665cb7 Fixed users unable to override form field kwargs
  • db43810 Fixed missing widget context variable
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2494 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/11/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/django-ckeditor-6.3.2` --- ### 📝 Commits (1) - [`28597c2`](https://github.com/modoboa/modoboa/commit/28597c249615e0e896da818bd00c1c484f6624df) Bump django-ckeditor from 6.3.0 to 6.3.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [django-ckeditor](https://github.com/django-ckeditor/django-ckeditor) from 6.3.0 to 6.3.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/django-ckeditor/django-ckeditor/blob/master/CHANGELOG.rst">django-ckeditor's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Unreleased</h2> <p>#. Changed the context for the widget to deviate less from Django. Removed a few template variables which are not used in the bundled <code>ckeditor/widget.html</code> template. This only affects you if you are using a customized widget or widget template. #. Dropped support for Python &lt; 3.8, Django &lt; 3.2. #. Added a pre-commit configuration. #. Removed the Travis CI configuration; Travis CI hasn't run our unit tests for months now. #. Added a GitHub action for running tests. #. Made selenium tests require opt in using a <code>SELENIUM=firefox</code> or <code>SELENIUM=chromium</code> environment variable.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/f0c2479ef1148e87d19e757d12462f18ef8ff42a"><code>f0c2479</code></a> django-ckeditor 6.3.2</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/4ed46a0e9b4fab859ca9e25fb2689a4ee2dd1db9"><code>4ed46a0</code></a> django-ckeditor 6.3.1</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/ae173ced8b371988cac0bb3d173264f406b29f5d"><code>ae173ce</code></a> Merge branch 'fix/missing-widget-context-variable' of github.com:ddabble/djan...</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/5c8e8b437e7a093bb354119c1872f83610cc375e"><code>5c8e8b4</code></a> More versions in tox.ini</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/c25d33ea7e78e4dabfd4f48c24607c33a199e37e"><code>c25d33e</code></a> Made widget template more Django-like</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/0136c61c3bf04e75a561854f509bfa9c61ce2bb5"><code>0136c61</code></a> Prepared some widget context for deprecation</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/95ed133bf6d2aa76a22f2f98b249231f005acc08"><code>95ed133</code></a> Added tests for multiwidget usage</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/b3451b7e57b7624bef104ae06edbcf99733c60fb"><code>b3451b7</code></a> Added tests for widget context</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/6665cb73a11d37216cd83c4b9e85bf4291fa73e6"><code>6665cb7</code></a> Fixed users unable to override form field kwargs</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/db438103ff6ea19473c36d63802c11e10a3c4aba"><code>db43810</code></a> Fixed missing widget context variable</li> <li>See full diff in <a href="https://github.com/django-ckeditor/django-ckeditor/compare/6.3.0...6.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-ckeditor&package-manager=pip&previous-version=6.3.0&new-version=6.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2583
No description provided.