Skip to content

Conversation

jdufresne
Copy link
Contributor

  • Added testing for Django 1.11 and Python 3.6
  • Document supported version in setup.py trove classifiers
  • Drop support for outdated, unsupported versions of Django
  • Use Travis CI for running tests across all supported versions
  • Use Travis CI to run flake8
  • Move tests to top level; outside of package
  • Correct some Python3 bytes/string mixups
  • Add universal wheel support
  • Update example to work with latest Django

Fixes #25
Fixes #48
Fixes #49
Fixes #50
Fixes #55
Fixes #57

@jdufresne
Copy link
Contributor Author

To take advantage of the new .travis.yml file, you'll need to sign in at https://travis-ci.org/ and enable the repository.

* Added testing for Django 1.11 and Python 3.6
* Document supported version in setup.py trove classifiers
* Drop support for outdated, unsupported versions of Django
* Use Travis CI for running tests across all supported versions
* Use Travis CI to run flake8
* Move tests to top level; outside of package
* Correct some Python3 bytes/string mixups
* Add universal wheel support
  * <http://pythonwheels.com/>
  * <https://packaging.python.org/distributing/#wheels>
* Update example to work with latest Django

Fixes #25
Fixes #48
Fixes #49
Fixes #50
Fixes #55
Fixes #57
@alasdairnicol
Copy link

@jdufresne thanks for your work on this patch, especially the fix for #49 👍

@pawelad
Copy link

pawelad commented May 22, 2017

@johnsensible would it be possible to get this reviewed/merged?

@mpasternak
Copy link

@jdufresne hmm, I just realised I repeated your work in my branch. Oh well. @johnsensible , are you willing to merge stuff? People are using this package. Or, you can pass the maintainer ship to some organisation...

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