Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

fix: Added support for django42 #671

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Conversation

zubairshakoorarbisoft
Copy link
Contributor

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (c129b11) 97.52% compared to head (2bfdfe6) 97.51%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #671      +/-   ##
==========================================
- Coverage   97.52%   97.51%   -0.01%     
==========================================
  Files          54       53       -1     
  Lines        3026     3023       -3     
  Branches      266      266              
==========================================
- Hits         2951     2948       -3     
  Misses         63       63              
  Partials       12       12              
Files Coverage Δ
analytics_data_api/urls.py 100.00% <100.00%> (ø)
analytics_data_api/v0/models.py 99.44% <100.00%> (ø)
analytics_data_api/v0/urls/__init__.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/course_summaries.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/courses.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/learners.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/problems.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/programs.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/videos.py 100.00% <100.00%> (ø)
analytics_data_api/v0/views/courses.py 96.64% <100.00%> (ø)
... and 1 more

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

analytics_data_api/v0/models.py Outdated Show resolved Hide resolved
@iamsobanjaved iamsobanjaved linked an issue Sep 20, 2023 that may be closed by this pull request
@iamsobanjaved iamsobanjaved force-pushed the zshkoor/django42-support branch from 66aeb2c to 0c8b3d8 Compare September 27, 2023 18:20
@@ -32,7 +32,7 @@ def get(self, request, *args, **kwargs):
self.course_id = self.kwargs.get('course_id')
start_date = request.query_params.get('start_date')
end_date = request.query_params.get('end_date')
timezone = utc
timezone = datetime.timezone.utc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iamsobanjaved iamsobanjaved merged commit 35c4016 into master Oct 5, 2023
7 checks passed
@iamsobanjaved iamsobanjaved deleted the zshkoor/django42-support branch October 5, 2023 20:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Django 4.2 in CI in analytics-api
5 participants