openedx-learning 0.9.1__tar.gz → 0.9.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openedx_learning-0.9.1/openedx_learning.egg-info → openedx_learning-0.9.2}/PKG-INFO +4 -4
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/__init__.py +1 -1
- {openedx_learning-0.9.1 → openedx_learning-0.9.2/openedx_learning.egg-info}/PKG-INFO +4 -4
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/v1/serializers.py +1 -1
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/v1/views.py +8 -2
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/CHANGELOG.rst +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/LICENSE.txt +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/MANIFEST.in +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/README.rst +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/contrib/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/contrib/media_server/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/contrib/media_server/apps.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/contrib/media_server/urls.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/contrib/media_server/views.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/components/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/components/admin.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/components/api.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/components/apps.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/components/migrations/0001_initial.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/components/migrations/0002_alter_componentversioncontent_key.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/components/migrations/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/components/models.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/contents/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/contents/admin.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/contents/api.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/contents/apps.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/contents/migrations/0001_initial.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/contents/migrations/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/contents/models.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/admin.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/api.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/apps.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/migrations/0001_initial.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/migrations/0002_alter_learningpackage_key_and_more.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/migrations/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/model_mixins.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/models.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/lib/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/lib/admin_utils.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/lib/cache.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/lib/collations.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/lib/fields.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/lib/managers.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/lib/test_utils.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/lib/validators.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/py.typed +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/rest_api/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/rest_api/apps.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/rest_api/urls.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/rest_api/v1/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/rest_api/v1/components.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/rest_api/v1/urls.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning.egg-info/SOURCES.txt +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning.egg-info/dependency_links.txt +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning.egg-info/not-zip-safe +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning.egg-info/requires.txt +3 -3
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning.egg-info/top_level.txt +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/admin.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/api.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/apps.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/data.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/import_export/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/import_export/actions.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/import_export/api.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/import_export/exceptions.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/import_export/import_plan.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/import_export/parsers.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/import_export/tasks.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/import_export/template.csv +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/import_export/template.json +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0001_initial.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0001_squashed.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0002_auto_20230718_2026.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0003_auto_20230721_1238.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0004_auto_20230723_2001.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0005_language_taxonomy.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0006_alter_objecttag_unique_together.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0006_auto_20230802_1631.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0007_tag_import_task_log_null_fix.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0008_taxonomy_description_not_null.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0009_alter_objecttag_object_id.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0010_cleanups.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0011_remove_required.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0012_language_taxonomy.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0013_tag_parent_blank.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0014_minor_fixes.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0015_taxonomy_export_id.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0016_object_tag_export_id.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/0017_alter_tagimporttask_status.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/migrations/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/models/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/models/base.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/models/import_export.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/models/system_defined.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/models/utils.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/paginators.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/urls.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/utils.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/v1/__init__.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/v1/permissions.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/v1/urls.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/v1/views_import.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rules.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/urls.py +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/py.typed +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/requirements/base.in +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/setup.cfg +0 -0
- {openedx_learning-0.9.1 → openedx_learning-0.9.2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: openedx-learning
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.2
|
|
4
4
|
Summary: An experiment.
|
|
5
5
|
Home-page: https://github.com/openedx/openedx-learning
|
|
6
6
|
Author: David Ormsbee
|
|
@@ -19,12 +19,12 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Requires-Python: >=3.8
|
|
21
21
|
License-File: LICENSE.txt
|
|
22
|
-
Requires-Dist:
|
|
22
|
+
Requires-Dist: celery
|
|
23
|
+
Requires-Dist: rules<4.0
|
|
23
24
|
Requires-Dist: attrs
|
|
25
|
+
Requires-Dist: djangorestframework<4.0
|
|
24
26
|
Requires-Dist: edx-drf-extensions
|
|
25
27
|
Requires-Dist: Django<5.0
|
|
26
|
-
Requires-Dist: celery
|
|
27
|
-
Requires-Dist: rules<4.0
|
|
28
28
|
|
|
29
29
|
openedx-learning
|
|
30
30
|
=============================
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: openedx-learning
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.2
|
|
4
4
|
Summary: An experiment.
|
|
5
5
|
Home-page: https://github.com/openedx/openedx-learning
|
|
6
6
|
Author: David Ormsbee
|
|
@@ -19,12 +19,12 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Requires-Python: >=3.8
|
|
21
21
|
License-File: LICENSE.txt
|
|
22
|
-
Requires-Dist:
|
|
22
|
+
Requires-Dist: celery
|
|
23
|
+
Requires-Dist: rules<4.0
|
|
23
24
|
Requires-Dist: attrs
|
|
25
|
+
Requires-Dist: djangorestframework<4.0
|
|
24
26
|
Requires-Dist: edx-drf-extensions
|
|
25
27
|
Requires-Dist: Django<5.0
|
|
26
|
-
Requires-Dist: celery
|
|
27
|
-
Requires-Dist: rules<4.0
|
|
28
28
|
|
|
29
29
|
openedx-learning
|
|
30
30
|
=============================
|
|
@@ -342,7 +342,7 @@ class TaxonomyImportNewBodySerializer(TaxonomyImportBodySerializer): # pylint:
|
|
|
342
342
|
"""
|
|
343
343
|
taxonomy_name = serializers.CharField(required=True)
|
|
344
344
|
taxonomy_description = serializers.CharField(default="")
|
|
345
|
-
taxonomy_export_id = serializers.CharField(required=
|
|
345
|
+
taxonomy_export_id = serializers.CharField(required=False)
|
|
346
346
|
|
|
347
347
|
|
|
348
348
|
class TagImportTaskSerializer(serializers.ModelSerializer):
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/v1/views.py
RENAMED
|
@@ -304,12 +304,18 @@ class TaxonomyView(ModelViewSet):
|
|
|
304
304
|
body.is_valid(raise_exception=True)
|
|
305
305
|
|
|
306
306
|
taxonomy_name = body.validated_data["taxonomy_name"]
|
|
307
|
-
taxonomy_export_id = body.validated_data
|
|
307
|
+
taxonomy_export_id = body.validated_data.get("taxonomy_export_id")
|
|
308
308
|
taxonomy_description = body.validated_data["taxonomy_description"]
|
|
309
309
|
file = body.validated_data["file"].file
|
|
310
310
|
parser_format = body.validated_data["parser_format"]
|
|
311
311
|
|
|
312
|
-
|
|
312
|
+
# If no taxonomy_export_id provided, a unique export id will be generated
|
|
313
|
+
taxonomy = create_taxonomy(
|
|
314
|
+
taxonomy_name,
|
|
315
|
+
taxonomy_description,
|
|
316
|
+
export_id=taxonomy_export_id,
|
|
317
|
+
)
|
|
318
|
+
|
|
313
319
|
try:
|
|
314
320
|
import_success, task, _plan = import_tags(taxonomy, file, parser_format)
|
|
315
321
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/contrib/media_server/__init__.py
RENAMED
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/contrib/media_server/apps.py
RENAMED
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/contrib/media_server/urls.py
RENAMED
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/contrib/media_server/views.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/components/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/components/models.py
RENAMED
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/contents/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/model_mixins.py
RENAMED
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/core/publishing/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning/rest_api/v1/components.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_learning.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/import_export/api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/models/__init__.py
RENAMED
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/models/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/models/utils.py
RENAMED
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/urls.py
RENAMED
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.9.1 → openedx_learning-0.9.2}/openedx_tagging/core/tagging/rest_api/v1/urls.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|