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

created custom django_cms serializer to be able to handle django cms … #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

feat: added django 4.0 support

438a121
Select commit
Loading
Failed to load commit list.
Open

created custom django_cms serializer to be able to handle django cms … #24

feat: added django 4.0 support
438a121
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 27, 2024 in 1s

7.01% of diff hit (target 31.83%)

View this Pull Request on Codecov

7.01% of diff hit (target 31.83%)

Annotations

Check warning on line 37 in djangocms_transfer/datastructures.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/datastructures.py#L37

Added line #L37 was not covered by tests

Check warning on line 44 in djangocms_transfer/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/helpers.py#L44

Added line #L44 was not covered by tests

Check warning on line 2 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L1-L2

Added lines #L1 - L2 were not covered by tests

Check warning on line 6 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L4-L6

Added lines #L4 - L6 were not covered by tests

Check warning on line 14 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L12-L14

Added lines #L12 - L14 were not covered by tests

Check warning on line 18 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L16-L18

Added lines #L16 - L18 were not covered by tests

Check warning on line 26 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L22-L26

Added lines #L22 - L26 were not covered by tests

Check warning on line 29 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L29

Added line #L29 was not covered by tests

Check warning on line 34 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L31-L34

Added lines #L31 - L34 were not covered by tests

Check warning on line 38 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L36-L38

Added lines #L36 - L38 were not covered by tests

Check warning on line 42 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L40-L42

Added lines #L40 - L42 were not covered by tests

Check warning on line 47 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L47

Added line #L47 was not covered by tests

Check warning on line 51 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L51

Added line #L51 was not covered by tests

Check warning on line 54 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 58 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L58

Added line #L58 was not covered by tests

Check warning on line 61 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L61

Added line #L61 was not covered by tests

Check warning on line 66 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L64-L66

Added lines #L64 - L66 were not covered by tests

Check warning on line 68 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L68

Added line #L68 was not covered by tests

Check warning on line 70 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L70

Added line #L70 was not covered by tests

Check warning on line 72 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L72

Added line #L72 was not covered by tests

Check warning on line 75 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 77 in djangocms_transfer/serializers/django_cms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/serializers/django_cms.py#L77

Added line #L77 was not covered by tests

Check warning on line 41 in djangocms_transfer/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

djangocms_transfer/utils.py#L40-L41

Added lines #L40 - L41 were not covered by tests