gregmuellegger / django-mobile

Detect mobile browsers and serve different template flavours to them.
http://pypi.python.org/pypi/django-mobile
BSD 3-Clause "New" or "Revised" License
560 stars 170 forks source link

WIP: tackle Issue #72 (Django 1.10 Compatibility) #74

Open morvan opened 8 years ago

morvan commented 8 years ago

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 ?

karolyi commented 8 years ago

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

karolyi commented 8 years ago

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

mcrowson commented 7 years ago

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

urtzai commented 7 years ago

I need this merge too...

urtzai commented 7 years ago

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