Commit cc9c7cd8 by Jacek Bzdak

Small documentation fix

parent 8fffc346
...@@ -181,8 +181,6 @@ Which will allow you to make requests such as: ...@@ -181,8 +181,6 @@ Which will allow you to make requests such as:
http://example.com/api/products?category=clothing&max_price=10.00 http://example.com/api/products?category=clothing&max_price=10.00
For more details on using filter sets see the [django-filter documentation][django-filter-docs].
You can also span relationships using `django-filter`, let's assume that each You can also span relationships using `django-filter`, let's assume that each
product has foreign key to `Manufacturer` model, so we create filter that product has foreign key to `Manufacturer` model, so we create filter that
filters using `Manufacturer` name. For example: filters using `Manufacturer` name. For example:
...@@ -221,6 +219,8 @@ And now you can execute: ...@@ -221,6 +219,8 @@ And now you can execute:
http://example.com/api/products?manufacturer=foo http://example.com/api/products?manufacturer=foo
For more details on using filter sets see the [django-filter documentation][django-filter-docs].
--- ---
**Hints & Tips** **Hints & Tips**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment