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

fix lectures creating errors #188

Merged
merged 1 commit into from
Jan 21, 2025
Merged

fix lectures creating errors #188

merged 1 commit into from
Jan 21, 2025

Conversation

rodlukas
Copy link
Owner

@rodlukas rodlukas commented Jan 21, 2025

https://www.django-rest-framework.org/community/release-notes/#3150 - prechod z OrderedDict na dict zpusobil nefunkcni pridavani lekci

Copy link

sentry-io bot commented Jan 21, 2025

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: api/serializers.py

Function Unhandled Issue
create AttributeError: 'dict' object has no attribute 'paid' /api/v1/lect...
Event Count: 5

Did you find this useful? React with a 👍 or 👎

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.77%. Comparing base (17849e1) to head (c320f4b).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
api/serializers.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #188   +/-   ##
=======================================
  Coverage   84.77%   84.77%           
=======================================
  Files          11       11           
  Lines         624      624           
=======================================
  Hits          529      529           
  Misses         95       95           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rodlukas rodlukas merged commit 3104738 into master Jan 21, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant