diff options
| author | Jamie Matthews | 2012-01-05 14:07:31 +0000 |
|---|---|---|
| committer | Jamie Matthews | 2012-01-05 14:07:31 +0000 |
| commit | 18535c7a387731b0e290ff59bb604bfd1a275ccc (patch) | |
| tree | 0c0aeefd5c12b065f13ec3a58f8a79092de8c422 /requirements.txt | |
| parent | b745d0c2f46b901ed7a6b8e92d4ea3faf2a47736 (diff) | |
| download | django-rest-framework-18535c7a387731b0e290ff59bb604bfd1a275ccc.tar.bz2 | |
Preserve existing query params in PaginatorMixin
Previously, generation of next/previous links would discard any existing
query parameters. This commit introduces a dependency on URLObject, which
is used to intelligently parse and modify URLs to ensure existing params
are preserved.
Addresses issues #107
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 2b54c95b..56926c0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ Django>=1.2 coverage>=3.4 +URLObject>=0.6.0 |
