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

Resolve deprecation of django.utils.decorators.ContextDecorator in Django 2.0 #84

Merged
merged 1 commit into from
Jun 7, 2020

Conversation

browniebroke
Copy link
Owner

As per Django 3.0 release notes:

django.utils.decorators.ContextDecorator - Alias of contextlib.ContextDecorator.

@browniebroke browniebroke added the enhancement New feature or request label Jun 7, 2020
@codecov
Copy link

codecov bot commented Jun 7, 2020

Codecov Report

Merging #84 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #84   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        17    +1     
  Lines          359       368    +9     
=========================================
+ Hits           359       368    +9     
Impacted Files Coverage Δ
django_codemod/visitors/__init__.py 100.00% <100.00%> (ø)
django_codemod/visitors/base.py 100.00% <100.00%> (ø)
django_codemod/visitors/decorators.py 100.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 879b371...cf41413. Read the comment docs.

@browniebroke browniebroke merged commit 597127f into master Jun 7, 2020
@browniebroke browniebroke deleted the feature/ContextDecorator branch June 7, 2020 19:15
@browniebroke browniebroke added this to the Django 3.0 milestone Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant