Skip to content
Snippets Groups Projects
Unverified Commit b46c3c16 authored by Muhammad Soban Javed's avatar Muhammad Soban Javed Committed by GitHub
Browse files

Revert "chore: Replace jsonfield2 with jsonfield" (#155)

* Revert "chore: Replace jsonfield2 with jsonfield"

This reverts commit 2fd330f8.

* fix: only kept jsonfield related revert changes and rest are removed
parent 3126e721
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.2.19 on 2021-03-01 14:52
from django.db import migrations
import jsonfield.fields
class Migration(migrations.Migration):
dependencies = [
('lti_consumer', '0010_backfill-empty-string-lti-config'),
]
operations = [
migrations.AlterField(
model_name='lticonfiguration',
name='lti_config',
field=jsonfield.fields.JSONField(blank=True, default=dict, help_text='LTI configuration data.'),
),
migrations.AlterField(
model_name='ltidlcontentitem',
name='attributes',
field=jsonfield.fields.JSONField(),
),
]
...@@ -13,4 +13,4 @@ pycryptodomex ...@@ -13,4 +13,4 @@ pycryptodomex
pyjwkest pyjwkest
edx-opaque-keys[django] edx-opaque-keys[django]
django-filter django-filter
jsonfield jsonfield2
...@@ -20,7 +20,7 @@ django==2.2.19 ...@@ -20,7 +20,7 @@ django==2.2.19
# -r requirements/base.in # -r requirements/base.in
# django-filter # django-filter
# edx-opaque-keys # edx-opaque-keys
# jsonfield # jsonfield2
edx-opaque-keys[django]==2.2.0 edx-opaque-keys[django]==2.2.0
# via -r requirements/base.in # via -r requirements/base.in
fs==2.4.12 fs==2.4.12
...@@ -29,8 +29,10 @@ future==0.18.2 ...@@ -29,8 +29,10 @@ future==0.18.2
# via pyjwkest # via pyjwkest
idna==2.10 idna==2.10
# via requests # via requests
jsonfield==3.1.0 jsonfield2==3.0.3
# via -r requirements/base.in # via
# -c requirements/constraints.txt
# -r requirements/base.in
lazy==1.4 lazy==1.4
# via -r requirements/base.in # via -r requirements/base.in
lxml==4.6.2 lxml==4.6.2
......
...@@ -24,3 +24,6 @@ stevedore<=1.32.0 ...@@ -24,3 +24,6 @@ stevedore<=1.32.0
# Same as in edx-platform # Same as in edx-platform
djangorestframework==3.9.4 djangorestframework==3.9.4
# jsonfield2 3.1.0 drops support for python 3.5
jsonfield2<3.1.0
...@@ -26,7 +26,7 @@ django==2.2.19 ...@@ -26,7 +26,7 @@ django==2.2.19
# django-filter # django-filter
# edx-i18n-tools # edx-i18n-tools
# edx-opaque-keys # edx-opaque-keys
# jsonfield # jsonfield2
edx-i18n-tools==0.5.0 edx-i18n-tools==0.5.0
# via -r requirements/dev.in # via -r requirements/dev.in
edx-opaque-keys[django]==2.2.0 edx-opaque-keys[django]==2.2.0
...@@ -43,7 +43,7 @@ idna==2.10 ...@@ -43,7 +43,7 @@ idna==2.10
# via # via
# -r requirements/base.txt # -r requirements/base.txt
# requests # requests
jsonfield==3.1.0 jsonfield2==3.0.3
# via -r requirements/base.txt # via -r requirements/base.txt
lazy==1.4 lazy==1.4
# via -r requirements/base.txt # via -r requirements/base.txt
......
...@@ -55,7 +55,7 @@ django-pyfs==3.0 ...@@ -55,7 +55,7 @@ django-pyfs==3.0
# django-pyfs # django-pyfs
# edx-lint # edx-lint
# edx-opaque-keys # edx-opaque-keys
# jsonfield # jsonfield2
# xblock-sdk # xblock-sdk
djangorestframework==3.9.4 djangorestframework==3.9.4
# via # via
...@@ -91,8 +91,10 @@ jmespath==0.10.0 ...@@ -91,8 +91,10 @@ jmespath==0.10.0
# via # via
# boto3 # boto3
# botocore # botocore
jsonfield==3.1.0 jsonfield2==3.0.3
# via -r requirements/base.txt # via
# -c requirements/constraints.txt
# -r requirements/base.txt
lazy-object-proxy==1.5.2 lazy-object-proxy==1.5.2
# via astroid # via astroid
lazy==1.4 lazy==1.4
......
...@@ -73,7 +73,7 @@ django==2.2.19 ...@@ -73,7 +73,7 @@ django==2.2.19
# django-pyfs # django-pyfs
# edx-lint # edx-lint
# edx-opaque-keys # edx-opaque-keys
# jsonfield # jsonfield2
# xblock-sdk # xblock-sdk
djangorestframework==3.9.4 djangorestframework==3.9.4
# via # via
...@@ -123,8 +123,10 @@ jmespath==0.10.0 ...@@ -123,8 +123,10 @@ jmespath==0.10.0
# -r requirements/test.txt # -r requirements/test.txt
# boto3 # boto3
# botocore # botocore
jsonfield==3.1.0 jsonfield2==3.0.3
# via -r requirements/test.txt # via
# -c requirements/constraints.txt
# -r requirements/test.txt
lazy-object-proxy==1.5.2 lazy-object-proxy==1.5.2
# via # via
# -r requirements/test.txt # -r requirements/test.txt
......
...@@ -49,7 +49,7 @@ with open('README.rst') as _f: ...@@ -49,7 +49,7 @@ with open('README.rst') as _f:
setup( setup(
name='lti-consumer-xblock', name='lti-consumer-xblock',
version='2.7.3', version='2.7.4',
description='This XBlock implements the consumer side of the LTI specification.', description='This XBlock implements the consumer side of the LTI specification.',
long_description=long_description, long_description=long_description,
long_description_content_type='text/x-rst', long_description_content_type='text/x-rst',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment