diff options
| author | Tom Christie | 2012-11-09 13:17:00 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-11-09 13:17:00 +0000 |
| commit | 71ef58e154330924ec9d22b1736926ce9d373efe (patch) | |
| tree | 3aa764be3adae028f00403df512151b7c843b625 /docs | |
| parent | 3ac26af7cad46bf3248b8e794f8f82c69639ac60 (diff) | |
| download | django-rest-framework-71ef58e154330924ec9d22b1736926ce9d373efe.tar.bz2 | |
Typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api-guide/filtering.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/filtering.md b/docs/api-guide/filtering.md index e49ea420..92e312ab 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: |
