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

Cleaning #207

Merged
merged 4 commits into from
Dec 14, 2018
Merged

Cleaning #207

merged 4 commits into from
Dec 14, 2018

Conversation

carlio
Copy link
Collaborator

@carlio carlio commented Nov 29, 2018

@atodorov placholder PR to clean up the old compat code that is no longer necessary

@coveralls
Copy link

Pull Request Test Coverage Report for Build 508

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.7%) to 87.302%

Totals Coverage Status
Change from base Build 499: 0.7%
Covered Lines: 605
Relevant Lines: 693

💛 - Coveralls

@coveralls
Copy link

coveralls commented Nov 29, 2018

Pull Request Test Coverage Report for Build 515

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.9%) to 87.5%

Totals Coverage Status
Change from base Build 499: 0.9%
Covered Lines: 602
Relevant Lines: 688

💛 - Coveralls

@@ -28,16 +29,3 @@
# if not available, will be handled by the django_installed checker
django_version = (1, 5)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIY we're Python 3 only ATM so no need to worry about older Django versions, right ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hardcoded 1.5 was really just to try to avoid complete failures due to not being able to import django at all. I will look through this but I think this method can go completely too.

this is not really used and elsewhere we do:
from django import VERSION as django_version
@atodorov atodorov merged commit 23b04ab into master Dec 14, 2018
@atodorov atodorov deleted the cleaning branch December 14, 2018 09:56
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.

3 participants