django-mobile icon indicating copy to clipboard operation
django-mobile copied to clipboard

WIP: tackle Issue #72 (Django 1.10 Compatibility)

Open morvan opened this issue 9 years ago • 5 comments

I added a Django 1.10 support by fetching the loaders in TEMPLATES instead of TEMPLATE_LOADERS.

I now have problems while running the tests: test_ipad and test_motorola_xoom are failing because for a reason I couldn't identify, the Flavour returned is None.

Any clue about the reason why it happens ?

morvan avatar Aug 31 '16 13:08 morvan

can you do an iteration on this and fix the tests, so @gregmuellegger can merge it?

karolyi avatar Oct 05 '16 11:10 karolyi

ref-ing #72, there is additional information about jinja.

karolyi avatar Oct 07 '16 15:10 karolyi

Would love for this to get through. Not sure what's left for it.

mcrowson avatar Jan 19 '17 16:01 mcrowson

I need this merge too...

urtzai avatar Mar 08 '17 11:03 urtzai

@mcrowson tests are left: https://travis-ci.org/gregmuellegger/django-mobile/builds/156523744

urtzai avatar Mar 20 '17 09:03 urtzai