Closed rebkwok closed 7 years ago
No, we're still supporting 1.7. Dropped support for <1.7.
On Wed, Apr 26, 2017 at 3:48 PM, jordiecometrica notifications@github.com wrote:
@jordiecometrica commented on this pull request.
In CHANGELOG.rst https://github.com/ecometrica/django-multisite/pull/45#discussion_r113472813 :
@@ -7,6 +7,7 @@ Release Notes
- Support Django 1.10 (PR #38) and 1.11
- Support Python 3 +* Remove support for Django <1.7
Just curious, was it hopeless to try to support 1.7?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ecometrica/django-multisite/pull/45#pullrequestreview-34864265, or mute the thread https://github.com/notifications/unsubscribe-auth/AGdRBqvuPjAiZ5Sr_ZBKOusH4EOTE8QRks5rz1kzgaJpZM4NA5pX .
Upgrade for compatibility with Django 1.11 Remove some try/excepts for Django <1.7, which multisite doesn't support anymore Add pytest, tox and travis integration; test for python versions 2.7 - 3.6 and Django 1.7 - 1.11 Updates to README
Fixes #8, #37, #38, #40, #41, #43