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

Equivalent to tera-wurfl for python and django web framework

Results 5 django-wurfl issues
Sort by recently updated
recently updated
newest added

adding BaseDevice._match_partial_user_agent to have flexible prefix matching from 1/3rd to 1/10th of the original user-agent strinh helps alleviate the issue raised by https://github.com/clement/django-wurfl/issues/4, although django-wurfl still doesn't have the robust...

An updated iPad (1) user-agent reports as: Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5 The latest-and-greatest wurfl.xml (http://sourceforge.net/projects/wurfl/files/WURFL/) does...

Reference the following Django trac: http://code.djangoproject.com/ticket/13526 Current master of this repo imports JSONEncoder and JSONDecoder directly which results in an error that the JSONDecoder object has no attribute object_pairs_hook. Modifying...

Even though you have very good documentation, It would be nice if you could add a simple "hello world" project. Much appreciated.