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.available_attrs in Django 2.0 #85

Merged
merged 1 commit into from
Jun 7, 2020

Conversation

browniebroke
Copy link
Owner

One of the Python 2 compatibility API, from Django 3.0 release notes:

django.utils.decorators.available_attrs() - This function returns functools.WRAPPER_ASSIGNMENTS.

@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 #85 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #85   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          368       379   +11     
=========================================
+ Hits           368       379   +11     
Impacted Files Coverage Δ
django_codemod/visitors/__init__.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 cf41413...1c9abbc. Read the comment docs.

@browniebroke browniebroke merged commit d24acc9 into master Jun 7, 2020
@browniebroke browniebroke deleted the feature/available-attrs branch June 7, 2020 19:24
@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