bejohu

Results 5 issues of bejohu

Use CSS selectors rather than IDs, e.g. ```javascript ... var options = { item: '#list-item' }; var userList = new List('#users', options); ... ```

In template `django-categories/categories/templates/admin/edit_inline/gen_coll_tabular.html`, error at line 1: ``` {% load i18n staticfiles %} ``` Fixed by replacing it with `{% load i1n static %}`. Other issues in same template was...

Fix to make `django-categories` work with Django 3.x / 3.1.x

When tapping the screen on my mobile device, there always seems to be at least some minimal movement going on. So, maybe comparing deltaX / deltaY to some sort of...

When calling the client's `search` method a `GET` request is made. However, under certain circumstances `POST` request is required, e.g. when the request URI gets to long, solr will return...