Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Updates the requirements on jsonfield to permit the latest version.

Changelog

Sourced from jsonfield's changelog.

v3.2.0 07/04/2025 ^^^^^^^^^^^^^^^^^

  • Set Python version support to 3.10 through 3.13
  • Set Django version support to 4.2 through 5.2
  • Modernize packaging to use pyproject.toml
  • Deprecate project, add migration instructions

v3.1.0 02/22/2020 ^^^^^^^^^^^^^^^^^

  • Handle loading invalid JSON from db
  • Remove default help_text string
  • Change form field to render non-ascii values
  • Add setuptoools python_requires check
  • Add README section on querying and null value handling
  • Improve test suite coverage

v3.0.0 02/14/2020 ^^^^^^^^^^^^^^^^^ This release is a major rewrite of jsonfield, merging in changes from the jsonfield2 fork. Changelog entries for jsonfield2 are included below for completeness.

  • Add source distribution to release process
  • Update JSONEncoder from DRF
  • Fix re-rendering of invalid field inputs
  • Fix form field cleaning of string inputs
  • Fix indentation for Textarea widgets
  • Allow form field error message to be overridden
  • Obey form Field.disabled

jsonfield2 v3.1.0 12/06/2019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fix use with select_related across a foreign key
  • Fix field deconstruction
  • Drop Python 3.5 support
  • Drop Django 2.1 (and below) support

jsonfield2 v3.0.3 10/23/2019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add Python 3.8 & Django 3.0 support
  • Drop Python 3.4 support

jsonfield2 v3.0.2 12/21/2018 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add Python 3.7 & Django 2.1 support

jsonfield2 v3.0.1 05/21/2018 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fix model full_clean behavior

... (truncated)

Commits
  • 157aa92 Version 3.2.0, mark project as inactive
  • 9881e9d Merge pull request #268 from rpkilby/migration-example
  • 9eb6e53 Update readme with deprecation notice and migration instructions
  • 0920d00 Add migration-example tests to CI
  • edbe917 Add jsonfield.JSONField => django.JSONField migration examples
  • e0376be Add sqlite databases to gitignore
  • 48ed9c5 Modernize package files (#267)
  • c93a1f4 Warn users to prefer built-in JSONField (#260)
  • 4c20308 Fix readme typo (#259)
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [jsonfield](https://github.com/rpkilby/jsonfield) to permit the latest version.
- [Release notes](https://github.com/rpkilby/jsonfield/releases)
- [Changelog](https://github.com/rpkilby/jsonfield/blob/master/CHANGES.rst)
- [Commits](rpkilby/jsonfield@3.1.0...3.2.0)

---
updated-dependencies:
- dependency-name: jsonfield
  dependency-version: 3.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant