openedx-learning 0.3.4__tar.gz → 0.3.5__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.3.4 → openedx-learning-0.3.5}/CHANGELOG.rst +3 -2
- {openedx-learning-0.3.4/openedx_learning.egg-info → openedx-learning-0.3.5}/PKG-INFO +4 -3
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/__init__.py +1 -1
- {openedx-learning-0.3.4 → openedx-learning-0.3.5/openedx_learning.egg-info}/PKG-INFO +4 -3
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/v1/views.py +3 -2
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/LICENSE.txt +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/MANIFEST.in +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/README.rst +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/contrib/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/contrib/media_server/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/contrib/media_server/apps.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/contrib/media_server/urls.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/contrib/media_server/views.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/components/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/components/admin.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/components/api.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/components/apps.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/components/migrations/0001_initial.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/components/migrations/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/components/models.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/contents/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/contents/admin.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/contents/api.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/contents/apps.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/contents/migrations/0001_initial.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/contents/migrations/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/contents/models.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/publishing/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/publishing/admin.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/publishing/api.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/publishing/apps.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/publishing/migrations/0001_initial.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/publishing/migrations/0002_alter_fk_on_delete.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/publishing/migrations/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/publishing/model_mixins.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/publishing/models.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/lib/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/lib/admin_utils.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/lib/collations.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/lib/fields.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/lib/validators.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/rest_api/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/rest_api/apps.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/rest_api/urls.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/rest_api/v1/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/rest_api/v1/components.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/rest_api/v1/urls.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning.egg-info/SOURCES.txt +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning.egg-info/dependency_links.txt +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning.egg-info/not-zip-safe +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning.egg-info/requires.txt +2 -2
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning.egg-info/top_level.txt +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/admin.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/api.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/apps.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/data.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/import_export/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/import_export/actions.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/import_export/api.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/import_export/exceptions.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/import_export/import_plan.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/import_export/parsers.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/import_export/tasks.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/import_export/template.csv +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/import_export/template.json +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0001_initial.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0001_squashed.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0002_auto_20230718_2026.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0003_auto_20230721_1238.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0004_auto_20230723_2001.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0005_language_taxonomy.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0006_alter_objecttag_unique_together.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0006_auto_20230802_1631.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0007_tag_import_task_log_null_fix.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0008_taxonomy_description_not_null.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0009_alter_objecttag_object_id.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0010_cleanups.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0011_remove_required.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0012_language_taxonomy.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0013_tag_parent_blank.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/0014_minor_fixes.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/migrations/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/models/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/models/base.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/models/import_export.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/models/system_defined.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/models/utils.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/paginators.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/urls.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/v1/__init__.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/v1/permissions.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/v1/serializers.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/v1/urls.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/v1/utils.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/v1/views_import.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rules.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/urls.py +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/requirements/base.in +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/setup.cfg +0 -0
- {openedx-learning-0.3.4 → openedx-learning-0.3.5}/setup.py +0 -0
|
@@ -14,10 +14,11 @@ Change Log
|
|
|
14
14
|
Unreleased
|
|
15
15
|
~~~~~~~~~~
|
|
16
16
|
|
|
17
|
+
* Removed usage of ``tox-battery`` and added support for ``tox 4.0``
|
|
17
18
|
* Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is
|
|
18
19
|
deprecated. See https://github.com/openedx/edx-sphinx-theme/issues/184 for
|
|
19
|
-
more details.
|
|
20
|
-
|
|
20
|
+
more details.
|
|
21
|
+
|
|
21
22
|
[0.1.0] - 2021-08-08
|
|
22
23
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
23
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: openedx-learning
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Summary: An experiment.
|
|
5
5
|
Home-page: https://github.com/openedx/openedx-learning
|
|
6
6
|
Author: David Ormsbee
|
|
@@ -192,10 +192,11 @@ Description: openedx-learning
|
|
|
192
192
|
Unreleased
|
|
193
193
|
~~~~~~~~~~
|
|
194
194
|
|
|
195
|
+
* Removed usage of ``tox-battery`` and added support for ``tox 4.0``
|
|
195
196
|
* Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is
|
|
196
197
|
deprecated. See https://github.com/openedx/edx-sphinx-theme/issues/184 for
|
|
197
|
-
more details.
|
|
198
|
-
|
|
198
|
+
more details.
|
|
199
|
+
|
|
199
200
|
[0.1.0] - 2021-08-08
|
|
200
201
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
201
202
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: openedx-learning
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Summary: An experiment.
|
|
5
5
|
Home-page: https://github.com/openedx/openedx-learning
|
|
6
6
|
Author: David Ormsbee
|
|
@@ -192,10 +192,11 @@ Description: openedx-learning
|
|
|
192
192
|
Unreleased
|
|
193
193
|
~~~~~~~~~~
|
|
194
194
|
|
|
195
|
+
* Removed usage of ``tox-battery`` and added support for ``tox 4.0``
|
|
195
196
|
* Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is
|
|
196
197
|
deprecated. See https://github.com/openedx/edx-sphinx-theme/issues/184 for
|
|
197
|
-
more details.
|
|
198
|
-
|
|
198
|
+
more details.
|
|
199
|
+
|
|
199
200
|
[0.1.0] - 2021-08-08
|
|
200
201
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
201
202
|
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/v1/views.py
RENAMED
|
@@ -294,7 +294,8 @@ class TaxonomyView(ModelViewSet):
|
|
|
294
294
|
@action(detail=True, url_path="tags/import", methods=["put"])
|
|
295
295
|
def update_import(self, request: Request, **_kwargs) -> Response:
|
|
296
296
|
"""
|
|
297
|
-
Imports tags from the uploaded file to an already created taxonomy
|
|
297
|
+
Imports tags from the uploaded file to an already created taxonomy,
|
|
298
|
+
overwriting any existing tags.
|
|
298
299
|
"""
|
|
299
300
|
body = TaxonomyImportBodySerializer(data=request.data)
|
|
300
301
|
body.is_valid(raise_exception=True)
|
|
@@ -304,7 +305,7 @@ class TaxonomyView(ModelViewSet):
|
|
|
304
305
|
|
|
305
306
|
taxonomy = self.get_object()
|
|
306
307
|
try:
|
|
307
|
-
import_success = import_tags(taxonomy, file, parser_format)
|
|
308
|
+
import_success = import_tags(taxonomy, file, parser_format, replace=True)
|
|
308
309
|
|
|
309
310
|
if import_success:
|
|
310
311
|
serializer = self.get_serializer(taxonomy)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/contrib/media_server/__init__.py
RENAMED
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/contrib/media_server/apps.py
RENAMED
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/contrib/media_server/urls.py
RENAMED
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/contrib/media_server/views.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/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
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/core/components/models.py
RENAMED
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/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.3.4 → openedx-learning-0.3.5}/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.3.4 → openedx-learning-0.3.5}/openedx_learning/core/publishing/model_mixins.py
RENAMED
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/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
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_learning/rest_api/v1/components.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/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.3.4 → openedx-learning-0.3.5}/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
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/models/__init__.py
RENAMED
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/models/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/models/utils.py
RENAMED
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/urls.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/v1/urls.py
RENAMED
|
File without changes
|
{openedx-learning-0.3.4 → openedx-learning-0.3.5}/openedx_tagging/core/tagging/rest_api/v1/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|