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

Support required paramter in Query Serializer #12

Merged
merged 1 commit into from
Mar 24, 2020

Conversation

MissiaL
Copy link
Contributor

@MissiaL MissiaL commented Mar 24, 2020

Added support for required and optional parameters in Query Serializer.

This will help to better understand the schema.

@codecov
Copy link

codecov bot commented Mar 24, 2020

Codecov Report

Merging #12 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   91.09%   91.10%           
=======================================
  Files          31       31           
  Lines        1539     1540    +1     
=======================================
+ Hits         1402     1403    +1     
  Misses        137      137           
Impacted Files Coverage Δ
drf_spectacular/openapi.py 86.48% <100.00%> (+0.02%) ⬆️
tests/test_extend_schema.py 84.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad404b8...f2ecbbc. Read the comment docs.

@MissiaL MissiaL mentioned this pull request Mar 24, 2020
@tfranzel tfranzel merged commit f2ecbbc into tfranzel:master Mar 24, 2020
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.

2 participants