django-advanced-filters
django-advanced-filters copied to clipboard
Add advanced filtering abilities to Django admin
I am able to create advance filters from "ADVANCE FILTER" button on the model pages . but when I try to apply those created filters with model to filter the...
I encountered a decode error. `UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa1 in position 4: invalid start byte` `base string: handet to lib/python3.6/site-packages/simplejson/decoder.py b'eyJjaGlsZHJlbiI6IFtbInBvcnRhbF9faWV4YWN0IiwgIkZsdWVnZV9kZSJdXSwgImNvbm5lY3RvciI6ICJBTkQiLCAibmVnYXRlZCI6IGZhbHNlfQ==' string decoded b'm\xec\x89\x8d\xa1\xa5\xb1\x91\xc9\x95\xb8\x88\xe8\x81ml\x89\xc1\xbd\xc9\xd1\x85\xb1}}\xa5\x95\xe1\x85\x8d\xd0\x88\xb0\x80\x89\x19\xb1\xd5\x95\x9d\x95}\x91\x94\x89ut\xb0\x80\x89\x8d\xbd\xb9\xb9\x95\x8d\xd1\xbd\xc8\x88\xe8\x80\x89\x059\x10\x88\xb0\x80\x89\xb9\x95\x9d\x85\xd1\x95\x90\x88\xe8\x81\x99\x85\xb1\xcd\x95\xf4' encode again b'beyJjaGlsZHJlbiI6IFtbInBvcnRhbF9faWV4YWN0IiwgIkZsdWVnZV9kZSJdXSwgImNvbm5lY3RvciI6ICJBTkQiLCAibmVnYXRlZCI6IGZhbHNlfQ='...
For example, a boolean field can be only true/false (yes/no) displayed by a radio button widget, a choice field with e.g 2-5 choices can be "one of" displayed by a...
It looks like the "one of" operator maps to "iregex" under the hood. Does this mean that the value should be a regular expression? The confusion hit for me when...
Happens in both See below screenshot. 
I'm trying to integrate advanced_filters into a project that already uses `django_select2` and has `SELECT2_CSS` and `SELECT2_JS` settings set, but there are JS console errors that `select2 is not a...
From the console: TypeError: $(...).datepicker is not a function
We currently engage the prepopulated easy-select2 allowing only a single choice.
Utilize [selenium in tests](http://seleniumhq.github.io/selenium/docs/api/py/index.html), perhaps with [pytest-selenium](https://github.com/davehunt/pytest-selenium), here's [an introduction blog](https://lincolnloop.com/blog/introduction-django-selenium-testing/).