Skip to content

Conversation

@khasanovbi
Copy link
Contributor

In django-guardian 1.4.2 version has list type and [1,4,2] >= (1,3) return False
Type should not depend on a third party library.

@khasanovbi
Copy link
Contributor Author

refs #4005

@codecov-io
Copy link

Current coverage is 91.49%

Merging #4149 into master will not change coverage

@@             master      #4149   diff @@
==========================================
  Files            51         51          
  Lines          5477       5477          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           5011       5011          
  Misses          466        466          
  Partials          0          0          

Powered by Codecov. Last updated by 9d2f6fe...65be82e

@lovelydinosaur
Copy link
Contributor

Good call!

>>> [1,4,2] >= (1,3)
False
>>> tuple([1,4,2]) >= (1,3)
True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants