divio / aldryn-newsblog

A combined news/weblog application for Aldryn and django CMS – part of the Essential Addons.
https://marketplace.django-cms.org/en/addons/browse/aldryn-newsblog/
Other
67 stars 118 forks source link

Renamed application configurations to sections in tests #489

Closed vxsx closed 6 years ago

vxsx commented 6 years ago

This PR fixes the problem with the renamed "Application configurations" to "Sections", but the 'NoneType' object has no attribute 'exclude_featured' strikes again

vxsx commented 6 years ago

@glasnt so the frontend tests are finally passing, but the recent release of filer unpinned django-polymorphic and django-polymorphic requires django>=1.11 which breaks all other tests, could you look into that?

glasnt commented 6 years ago

I've just added the test_requirements changes from https://github.com/divio/django-filer/commit/3bcc1fa671c81ab33a392d7d663835bf830c5815 to this project's test_requirements.

Hopefully this should now run clean