Skip to content

Conversation

@vesnikos
Copy link

a quick PL to fix models.FieldDoesNotExist exception that is happening with django 3.1:

FieldDoesNotExist should be imported from exceptions now, as it's no longer referenced at django.db.model anymore? I think it should retain compatibility with django2

FieldDoesNotExist should be imported from exceptions now
@codecov
Copy link

codecov bot commented Sep 16, 2020

Codecov Report

Merging #80 into master will not change coverage.
The diff coverage is 33.33%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #80   +/-   ##
=======================================
  Coverage   64.96%   64.96%           
=======================================
  Files          12       12           
  Lines         762      762           
=======================================
  Hits          495      495           
  Misses        267      267           
Impacted Files Coverage Δ
...lymorphic_tree/templatetags/stylable_admin_list.py 18.58% <33.33%> (ø)

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 17a125f...891af27. Read the comment docs.

@vdboor vdboor force-pushed the master branch 3 times, most recently from cc3e02a to e6d75ef Compare April 1, 2021 12:10
@vdboor
Copy link
Member

vdboor commented Nov 18, 2021

thanks, this was merged some time ago!

@vdboor vdboor closed this Nov 18, 2021
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