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

Add official support for Django 5.0 #146

Merged
merged 3 commits into from
Jun 14, 2024

Conversation

browniebroke
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (85aa026) to head (fcee5a6).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #146   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          417       420    +3     
=========================================
+ Hits           417       420    +3     

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

Comment on lines +5 to +9
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure why all versions weren't present here, it seems like Travis wasn't supporting some of them back then? #139

python \
-W error::DeprecationWarning \
-W error::PendingDeprecationWarning \
-W "once:Converter 'drf_format_suffix' is already registered:" \
Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's a warning that shows up when running against Django main. I've switched the filter to log it once for now. I'm not too sure if the fix belongs here or in DRF to be honest.

@izimobil izimobil merged commit 4ea2242 into izimobil:master Jun 14, 2024
1 check passed
@izimobil
Copy link
Owner

Merged thanks !

@browniebroke browniebroke deleted the django50-support branch June 14, 2024 17:11
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.

None yet

3 participants