Skip to content

Replace request.is_ajax calls with function#3265

Merged
lunkwill42 merged 5 commits intoUninett:masterfrom
hmpf:fix-is-ajax
Feb 20, 2025
Merged

Replace request.is_ajax calls with function#3265
lunkwill42 merged 5 commits intoUninett:masterfrom
hmpf:fix-is-ajax

Conversation

@hmpf
Copy link
Copy Markdown
Contributor

@hmpf hmpf commented Jan 28, 2025

Closes #3264

For #2850

@hmpf hmpf added the django label Jan 28, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.64%. Comparing base (35b0f71) to head (51a8d13).
Report is 208 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3265      +/-   ##
==========================================
+ Coverage   60.58%   60.64%   +0.06%     
==========================================
  Files         606      606              
  Lines       43733    43739       +6     
  Branches       48       48              
==========================================
+ Hits        26494    26525      +31     
+ Misses      17227    17202      -25     
  Partials       12       12              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

We should've been testing for Python 3.11 for a long time now, it's
time to start!
@hmpf hmpf force-pushed the fix-is-ajax branch 2 times, most recently from 5f42991 to deb2bda Compare January 28, 2025 08:41
@sonarqubecloud
Copy link
Copy Markdown

@hmpf hmpf mentioned this pull request Jan 28, 2025
2 tasks
@lunkwill42 lunkwill42 merged commit 51a8d13 into Uninett:master Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace HttpRequest.is_ajax(), it was removed in Django 4.0

2 participants