-
Notifications
You must be signed in to change notification settings - Fork 10
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
Prepare upgrade to Django 4.2 #362
Conversation
Updated settings from the default project
These are the straightforward ones
This will be needed for the new notifications_api_common library
Upgrade is pretty straightforward. Followed documentation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #362 +/- ##
==========================================
- Coverage 94.90% 94.84% -0.06%
==========================================
Files 133 135 +2
Lines 4628 4657 +29
==========================================
+ Hits 4392 4417 +25
- Misses 236 240 +4 ☔ View full report in Codecov by Sentry. |
By updating a couple libraries and removing a deprecated setting
Waiting on a new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OAS schemas are not generated anymore. Requesting http://127.0.0.1:8000/api/v2/schema/
fails with error:
AttributeError: module 'rest_framework.serializers' has no attribute 'NullBooleanField'
I think it's because drf-spectacular and rest_framework have conflict versions
Could you please fix it and add a regression test (requesting "v2:schema" returns 200)?
Latest version without too much breaking changes Fix `AutoSchema` subclass Regenerate schemas Add regression test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.