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

A django package that allows easy identification of visitor's browser, OS and device information, including whether the visitor uses a mobile phone, tablet or a touch capable device.

Results 25 django-user_agents issues
Sort by recently updated
recently updated
newest added

As I can see this project having quite a few users (and willing contributors), but a maintainer with a lack of time, it may be an option to transfer it...

I'm using mypy with the Django plugin. When I reference request.user_agent with a function like this: ``` from django.core.handlers.wsgi import WSGIRequest def get_application(request: WSGIRequest) -> Application: if request.user_agent.is_mobile: pass ```...

Hello, another dependency that is needed to install via pip is python-memcached, but you did't mention it in the documentation. Best regards.

I installed and used django-user-agents in a 2.7 django project, using v4 of this repo. The README advised `None` for USER_AGENTS__CACHE. Upon trying it I got an error, specifically, I...

Caching the results seems unnecessary https://github.com/selwin/django-user_agents/blob/master/django_user_agents/utils.py#L41, since `uap-python` doesn't actually load the yamls anymore, but they are converted to python in the build process. See here https://github.com/ua-parser/uap-python/blob/master/setup.py#L20 and here https://github.com/ua-parser/uap-python/blob/master/ua_parser/user_agent_parser.py#L548....

Package is working great. When I am testing with a test db, though, I get a looong pause on: ```Using existing test database for alias 'default' ('test_db.sqlite3')... Operations to perform:...

I was wondering if it's possible to add attribute like mac address or anything so I can identify if the user already connected with this device or is it a...

the following user agent info are detected as "Generic_Android" hope you can add these devices detection Mozilla/5.0 (Linux; Android 6.0; S9L Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2...

Device is not detected while requesting from browser (Chrome, Firefox) on Ubuntu 16.04. Getting this: Device(family='Other', brand=None, model=None)

Here are some improvements I would recommend to apply. These type of User Agents are not being recognized as "tablet": `Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30...