meshy / django-conman

NOT READY: Work in progress. A content management system for django
BSD 2-Clause "Simplified" License
3 stars 5 forks source link

Test against django 1.11 (and now released python 3.6) #100

Closed meshy closed 7 years ago

meshy commented 7 years ago

What was the problem:

Django 1.11 is not supported.

How this solves the problem:

Adds django 1.11 support.

Please ensure you have (if appropriate):

meshy commented 7 years ago

Interestingly, it looks as though this is failing because Django 1.11 enables the checks framework when running tests, and we thus encounter issue #98. All the more reason to get that cleared up.

meshy commented 7 years ago

Blocked by https://github.com/django-polymorphic/django-polymorphic/pull/267 and https://github.com/django-polymorphic/django-polymorphic/pull/271.