File: index.txt

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 (34 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
=============
django-filter
=============

Django-filter is a generic, reusable application to alleviate writing some of
the more mundane bits of view code. Specifically, it allows users to filter
down a queryset based on a model's fields, displaying the form to let them
do this.

.. toctree::
    :maxdepth: 2
    :caption: User Guide

    guide/install
    guide/usage
    guide/rest_framework
    guide/tips
    guide/migration

.. toctree::
    :maxdepth: 1
    :caption: Reference Documentation

    ref/filterset
    ref/filters
    ref/fields
    ref/widgets
    ref/settings

.. toctree::
    :maxdepth: 1
    :caption: Developer Documentation

    dev/tests