debian-django-filter/docs/index.txt

24 lines
452 B
Plaintext
Raw Normal View History

2009-01-30 20:15:57 +01:00
=============
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.
2009-01-30 20:15:57 +01:00
Contents:
.. toctree::
:maxdepth: 1
install
usage
ref/filterset
ref/filters
2015-08-12 11:06:45 +02:00
ref/fields
ref/widgets
2016-01-10 05:27:00 +01:00
ref/settings
2016-07-31 00:44:46 +02:00
migration
2009-08-19 21:59:46 +02:00
tests