From 71ef58e154330924ec9d22b1736926ce9d373efe Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 9 Nov 2012 13:17:00 +0000 Subject: [PATCH] Typo --- docs/api-guide/filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/filtering.md b/docs/api-guide/filtering.md index e49ea4207..92e312ab5 100644 --- a/docs/api-guide/filtering.md +++ b/docs/api-guide/filtering.md @@ -141,7 +141,7 @@ For more details on using filter sets see the [django-filter documentation][djan --- -## Overriding the intial queryset +## Overriding the initial queryset Note that you can use both an overridden `.get_queryset()` and generic filtering together, and everything will work as expected. For example, if `Product` had a many-to-many relationship with `User`, named `purchase`, you might want to write a view like this: