caktus / django-timepiece

A multi-user Django application for tracking people's time on projects.
MIT License
361 stars 115 forks source link

Update Python/Django #814

Closed ghost closed 9 years ago

ghost commented 9 years ago

Brings all dependency versions up-to-date. Drops the dependency on django-pagination which is not compatible with Python 3. Test suite runs against 4 environments:

Also brought all files into compliance with Flake8. I added a requirement to the build that Flake8 pass for each environment.

Still need to update the README and complete internal regression testing.

ghost commented 9 years ago

Thanks for the many comments @dpoirier. I've updated the pull request.

dpoirier commented 9 years ago

:sunglasses:

ghost commented 9 years ago

Thanks for noticing. I also just restored the old migrations in south_migrations/ directories for Django 1.6.

dpoirier commented 9 years ago

:sunglasses:

ghost commented 9 years ago

Merging this to develop for internal regression testing before release.