Skip to content
New issue

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

Bump jsonfield from 2 to 3.1.0 #503

Merged
merged 1 commit into from Dec 7, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2020

Bumps jsonfield from 2 to 3.1.0.

Changelog

Sourced from jsonfield's changelog.

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

jsonfield2 v3.0.0 05/07/2018 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add Django 2.0 support
  • Drop Django 1.8, 1.9, and 1.10 support
  • Drop Python 2.7 and 3.3 support
  • Rework field serialization/deserialization
  • Remove support for South

... (truncated)

Commits

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

Bumps [jsonfield](https://github.com/rpkilby/jsonfield) from 2 to 3.1.0.
- [Release notes](https://github.com/rpkilby/jsonfield/releases)
- [Changelog](https://github.com/rpkilby/jsonfield/blob/master/CHANGES.rst)
- [Commits](rpkilby/jsonfield@2.0.0...3.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.532% when pulling a7bd6bf on dependabot/pip/jsonfield-3.1.0 into 665b7e8 on master.

@chris48s chris48s merged commit 251b67e into master Dec 7, 2020
@dependabot dependabot bot deleted the dependabot/pip/jsonfield-3.1.0 branch December 7, 2020 10:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants