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

Document supported versions of Django; fix Travis to test these versions. #435

Merged
merged 1 commit into from
Aug 26, 2016
Merged

Document supported versions of Django; fix Travis to test these versions. #435

merged 1 commit into from
Aug 26, 2016

Conversation

jdufresne
Copy link
Member

@jdufresne jdufresne commented Aug 23, 2016

Remove workarounds for unsupported, unmaintained versions of Django.

Per the 0.21 release notes, django-taggit only supports Django 1.7 and
above.

Updated docs to only refer to supported versions.


I think you should also consider dropping support for Django 1.7. Is it no longer maintained or supported upstream, including for security issues. See https://www.djangoproject.com/download/#supported-versions. If you think it is a good idea, I can update the PR to remove all 1.7 workarounds as well.

@codecov-io
Copy link

codecov-io commented Aug 23, 2016

Current coverage is 0.30% (diff: 0.00%)

Merging #435 into master will increase coverage by 0.01%

@@            master      #435   diff @@
========================================
  Files            8         8          
  Lines          699       666    -33   
  Methods          0         0          
  Messages         0         0          
  Branches       114       110     -4   
========================================
  Hits             2         2          
+ Misses         694       661    -33   
  Partials         3         3          

Powered by Codecov. Last update 8db427a...c650779

}

For more information, see `south documentation`__
Since version 0.12.0 taggit uses Django migrations by default.

Choose a reason for hiding this comment

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

I think this could be removed since Django 1.6 is no longer supported.

@timgraham
Copy link

LGTM, another thing I noticed is that you can use functools.total_ordering in replace of the django import.

…ons.

Remove workarounds for unsupported, unmaintained versions of Django.

Per the 0.21 release notes, django-taggit only supports Django 1.7 and
above.

Updated docs to only refer to supported versions.

Fixes #369
@jdufresne
Copy link
Member Author

Thanks for the review! Made the recommended changes.

@frewsxcv frewsxcv merged commit 4c2382f into jazzband:master Aug 26, 2016
@frewsxcv
Copy link
Collaborator

Thanks for your contribution! 🎉

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.

4 participants