Skip to content

Commit

Permalink
Merge pull request #83 from edx/iamsobanjaved/jsonfield
Browse files Browse the repository at this point in the history
feat: switch to jsonfield from jsonfield2
  • Loading branch information
iamsobanjaved authored Oct 5, 2021
2 parents 8554156 + f6465eb commit fea0c8e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Unreleased
~~~~~~~~~~
*

[1.1.1] - 2021-08-24
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Replacing jsonfield2 with jsonfield as the former is merged back into the latter one.

[1.1.0] - 2021-07-07
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Added support for django 3.1 and 3.2
Expand Down
2 changes: 1 addition & 1 deletion celery_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Code to support working with celery.
"""

__version__ = '1.1.0'
__version__ = '1.1.1'

default_app_config = 'celery_utils.apps.CeleryUtilsConfig' # pylint: disable=invalid-name
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ future
celery
Django >= 1.11
django-model-utils
jsonfield2
jsonfield
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ django==2.2.24
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# django-model-utils
# jsonfield2
# jsonfield
django-model-utils==4.1.1
# via -r requirements/base.in
future==0.18.2
# via -r requirements/base.in
jsonfield2==4.0.0.post0
jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.1.0
# via celery
Expand Down
10 changes: 0 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ bleach==4.1.0
# via readme-renderer
certifi==2021.5.30
# via requests
cffi==1.14.6
# via cryptography
chardet==4.0.0
# via diff-cover
charset-normalizer==2.0.6
Expand Down Expand Up @@ -67,10 +65,6 @@ isort==5.9.3
# via
# -r requirements/quality.in
# pylint
jeepney==0.7.1
# via
# keyring
# secretstorage
jinja2==3.0.1
# via
# code-annotations
Expand Down Expand Up @@ -114,8 +108,6 @@ py==1.10.0
# via tox
pycodestyle==2.7.0
# via -r requirements/quality.in
pycparser==2.20
# via cffi
pydocstyle==3.0.0
# via -r requirements/quality.in
pygments==2.10.0
Expand Down Expand Up @@ -156,8 +148,6 @@ requests-toolbelt==0.9.1
# via twine
rfc3986==1.5.0
# via twine
secretstorage==3.3.1
# via keyring
six==1.16.0
# via
# bleach
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ django==2.2.24
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# django-model-utils
# jsonfield2
# jsonfield
django-model-utils==4.1.1
# via -r requirements/base.in
doc8==0.9.1
Expand All @@ -61,7 +61,7 @@ imagesize==1.2.0
# via sphinx
jinja2==3.0.1
# via sphinx
jsonfield2==4.0.0.post0
jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.1.0
# via celery
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ddt==1.4.3
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# django-model-utils
# jsonfield2
# jsonfield
django-model-utils==4.1.1
# via -r requirements/base.in
freezegun==1.1.0
Expand All @@ -41,7 +41,7 @@ future==0.18.2
# via -r requirements/base.in
iniconfig==1.1.1
# via pytest
jsonfield2==4.0.0.post0
jsonfield==3.1.0
# via -r requirements/base.in
# via celery
mock==4.0.3
Expand Down

0 comments on commit fea0c8e

Please sign in to comment.