Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Support custom exception handler #424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

An4ik
Copy link

@An4ik An4ik commented Feb 24, 2018

I have implemented custom exception handler function (docs) and found that authentication views return (obtain, refresh) the data in different format. So, that's why I suggested the solution by this commit.

@An4ik An4ik changed the title added availabilty to consider configured custom exception hanlding in… Support custom exception handler Feb 24, 2018
@codecov
Copy link

codecov bot commented Feb 24, 2018

Codecov Report

Merging #424 into master will decrease coverage by 0.33%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #424      +/-   ##
==========================================
- Coverage   90.67%   90.34%   -0.34%     
==========================================
  Files          14       12       -2     
  Lines         847      818      -29     
  Branches       29       29              
==========================================
- Hits          768      739      -29     
  Misses         66       66              
  Partials       13       13
Flag Coverage Δ
#codecov 90.34% <100%> (-0.34%) ⬇️
#dj110 87.04% <100%> (-0.45%) ⬇️
#dj111 87.04% <100%> (-0.45%) ⬇️
#dj18 89.48% <100%> (-0.36%) ⬇️
#dj19 89.48% <100%> (-0.36%) ⬇️
#drf31 89.48% <100%> (-0.36%) ⬇️
#drf32 89.48% <100%> (-0.36%) ⬇️
#drf33 89.48% <100%> (-0.36%) ⬇️
#drf34 90.34% <100%> (-0.34%) ⬇️
#drf35 89.97% <100%> (-0.35%) ⬇️
#drf36 89.97% <100%> (-0.35%) ⬇️
#py27 90.34% <100%> (-0.34%) ⬇️
#py33 89.11% <100%> (-0.38%) ⬇️
#py34 89.97% <100%> (+0.48%) ⬆️
#py35 87.04% <100%> (?)
#py36 87.04% <100%> (?)
Impacted Files Coverage Δ
rest_framework_jwt/settings.py 100% <ø> (ø) ⬆️
rest_framework_jwt/views.py 92.5% <100%> (ø) ⬆️
rest_framework_jwt/models.py
rest_framework_jwt/utils.py

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 0a0bd40...7d02d46. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant