File: constants.py

package info (click to toggle)
django-filter 25.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,228 kB
  • sloc: python: 7,970; javascript: 7,213; makefile: 157; sh: 16
file content (4 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (2)
1
2
3
4
ALL_FIELDS = "__all__"


EMPTY_VALUES = ([], (), {}, "", None)