Rename some sections, some normalization

This commit is contained in:
Ryan P Kilby 2016-11-07 21:12:25 -05:00
parent 3a757a037c
commit 4b459cfdab
10 changed files with 22 additions and 15 deletions

View File

@ -1,5 +1,6 @@
Running the django-filter tests
===============================
======================
Running the Test Suite
======================
The easiest way to run the django-filter tests is to check out the source
code into a virtualenv, where you can install the test dependencies.

View File

@ -1,5 +1,6 @@
Installing django-filter
------------------------
============
Installation
============
Install with pip:

View File

@ -1,3 +1,4 @@
================
Migrating to 1.0
================

View File

@ -1,5 +1,6 @@
Django Rest Framework
=====================
====================
Integration with DRF
====================
Integration with `Django Rest Framework`__ is provided through a DRF-specific ``FilterSet`` and a `filter backend`__. These may be found in the ``rest_framework`` sub-package.

View File

@ -1,5 +1,6 @@
Using django-filter
===================
===============
Getting Started
===============
Django-filter provides a simple way to filter down a queryset based on
parameters a user provides. Say we have a ``Product`` model and we want to let

View File

@ -1,5 +1,6 @@
Fields Reference
================
===============
Field Reference
===============
``IsoDateTimeField``
~~~~~~~~~~~~~~~~~~~~

View File

@ -1,3 +1,4 @@
================
Filter Reference
================

View File

@ -1,5 +1,6 @@
FilterSet Guide
===============
=================
FilterSet Options
=================
This document provides a guide on using additional FilterSet features.

View File

@ -1,7 +1,5 @@
.. _ref-settings:
==================
Available Settings
Settings Reference
==================
Here is a list of all available settings of django-filters and their

View File

@ -1,3 +1,4 @@
================
Widget Reference
================