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

Deprecated Schema generations #1574

Merged
merged 2 commits into from
Apr 23, 2023
Merged

Deprecated Schema generations #1574

merged 2 commits into from
Apr 23, 2023

Conversation

carltongibson
Copy link
Owner

@carltongibson carltongibson commented Apr 23, 2023

  • To be removed in v25.
  • Use drf-spectacular.

Closes #1432. Closes #1573.

Related deprecations fix:

  • Updated to use assertQuerySetEqual for Django 4.2+
    Add TestCase with fallback.

@codecov-commenter
Copy link

codecov-commenter commented Apr 23, 2023

Codecov Report

Merging #1574 (06b04ed) into main (8ac0865) will decrease coverage by 0.87%.
The diff coverage is 83.33%.

@@            Coverage Diff             @@
##             main    #1574      +/-   ##
==========================================
- Coverage   99.44%   98.58%   -0.87%     
==========================================
  Files          15       15              
  Lines        1259     1271      +12     
==========================================
+ Hits         1252     1253       +1     
- Misses          7       18      +11     
Impacted Files Coverage Δ
django_filters/rest_framework/backends.py 82.35% <50.00%> (-17.65%) ⬇️
django_filters/__init__.py 94.73% <100.00%> (+0.98%) ⬆️
django_filters/compat.py 90.00% <100.00%> (+30.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@carltongibson
Copy link
Owner Author

cc @tfranzel

* To be removed in v25.
* Use drf-spectacular.

Closes #1432. Closes #1573.
@carltongibson carltongibson merged commit 48b7b4d into main Apr 23, 2023
7 checks passed
@carltongibson carltongibson deleted the deprecations branch April 23, 2023 16:16
@tfranzel
Copy link

Hey Carlton, sry I was unavailable for some time.

This looks good. I ran our tests against the new release. We never enter those deprecated methods and so we should be safe. 👍

@carltongibson
Copy link
Owner Author

Hey @tfranzel — that's what I like to hear! 🎶 Thanks for all your efforts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants