Build a easy to use filter interface for Users to filter objects.
  • Python 91.9%
  • TypeScript 4%
  • Nix 1.6%
  • Just 1.3%
  • JavaScript 1%
  • Other 0.2%
Find a file
2025-02-16 15:36:12 +08:00
demo feat: add verbose_name for models 2025-01-22 13:39:03 +08:00
src/django_lispy_filter fix: schema changed for related field & bump version 2025-02-16 15:36:12 +08:00
static/demo update 2025-01-16 20:22:04 +08:00
tests fix: schema changed for related field & bump version 2025-02-16 15:36:12 +08:00
.dir-locals.el feat: add example site (working) 2025-01-16 10:49:58 +08:00
.editorconfig init 2025-01-13 17:17:28 +08:00
.gitignore feat: add example site (working) 2025-01-16 10:49:58 +08:00
bun.lockb update 2025-01-16 20:22:04 +08:00
flake.lock init 2025-01-13 17:17:28 +08:00
flake.nix feat: add example site (working) 2025-01-16 10:49:58 +08:00
justfile fix: custom function handling 2025-01-22 22:25:07 +08:00
LICENSE init 2025-01-13 17:17:28 +08:00
package.json update 2025-01-16 20:22:04 +08:00
process-compose.yaml update 2025-01-16 20:22:04 +08:00
pyproject.toml feat(demo): add django-cors-headers package to allow cors 2025-01-16 21:14:25 +08:00
README.md init 2025-01-13 17:17:28 +08:00
runtests.py feat: add tests 2025-01-13 19:04:55 +08:00
tailwind.config.js feat(demo): add django-cors-headers package to allow cors 2025-01-16 21:14:25 +08:00

Django Lispy Filter

Requirements

Python version: only python 3.12 is tested.
Django version: only django 4.2 is tested.