-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Comparing changes
Open a pull request
base repository: openedx/edx-platform
base: master@{1day}
head repository: openedx/edx-platform
compare: master
- 13 commits
- 17 files changed
- 6 contributors
Commits on Aug 12, 2025
-
There have been no breaking changes in the minor versions and there is no ticket for unpinning this constraint. It doesn't make sense to keep.
Configuration menu - View commit details
-
Copy full SHA for 4d7c8a3 - Browse repository at this point
Copy the full SHA 4d7c8a3View commit details -
build: urllib3 is only a testing direct requirement.
It's only used by botocore and requests in the actual retirement code and those have been able to handle a newer version of the library for quite some time. urllib3 is directly used in the testing code but not in a way where we need to constrain it from being upgraded.
Configuration menu - View commit details
-
Copy full SHA for bcd900e - Browse repository at this point
Copy the full SHA bcd900eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2edd656 - Browse repository at this point
Copy the full SHA 2edd656View commit details -
Previously we were doing the following query: SELECT 1 AS "a" FROM "user_api_userpreference" WHERE ("user_api_userpreference"."key" = 'pref-lang' AND "user_api_userpreference"."user_id" = 1 AND NOT ("user_api_userpreference"."id" = 1)) LIMIT 1 Looking at the middleware, I don't see why this was previously happening.
Configuration menu - View commit details
-
Copy full SHA for b370064 - Browse repository at this point
Copy the full SHA b370064View commit details -
fix: Correct serializer model reference.
When linking a DRF serializer with a model, you need to link it to the model class not an instance of the model. The newer version of DRF tries to access the model_manager from the model here and runs into issues if it's not defined correctly.
Configuration menu - View commit details
-
Copy full SHA for 7121d4e - Browse repository at this point
Copy the full SHA 7121d4eView commit details -
test: Fix notifacitons test for new DRF version.
DRF was swallowing an underlying error string and providing its own which was being checked for here. See encode/django-rest-framework#8051 for details. The new version fixes that underlying issue and so the test failed. Rather than checking for the exact string of the 404 which is not relevant, we now just verify that the error code associated with the request matches the HTTP response. This should make the test more resilient to future text changes in the underlying Django function `get_object_or_404`
Configuration menu - View commit details
-
Copy full SHA for bf62862 - Browse repository at this point
Copy the full SHA bf62862View commit details
Commits on Aug 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9a8dc51 - Browse repository at this point
Copy the full SHA 9a8dc51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7bae6 - Browse repository at this point
Copy the full SHA 5a7bae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a466b9 - Browse repository at this point
Copy the full SHA 4a466b9View commit details -
fix: fix timezone utc for 52 (#37199)
The django.utils.timezone.utc is removed in Django 5.1. issue: 37151
Configuration menu - View commit details
-
Copy full SHA for b52e72f - Browse repository at this point
Copy the full SHA b52e72fView commit details -
Merge pull request #37165 from openedx/feanil/remove_unnecessary_pin
feanil/remove unnecessary pin
Configuration menu - View commit details
-
Copy full SHA for 2a53e2e - Browse repository at this point
Copy the full SHA 2a53e2eView commit details -
fix: test failure in test_all_languages (#37201)
* fix: test failure in test_all_languages
Configuration menu - View commit details
-
Copy full SHA for eb66c5d - Browse repository at this point
Copy the full SHA eb66c5dView commit details -
fix: Remove assertQuerysetEqual (#37200)
replace assertQuerysetEqual with assertEqual dut to deprecation in Django 5.2
Configuration menu - View commit details
-
Copy full SHA for ee8b194 - Browse repository at this point
Copy the full SHA ee8b194View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master@{1day}...master