mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 12:17:24 +03:00
18535c7a38
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
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
# We need Django. Duh.
|
|
# coverage isn't strictly a requirement, but it's useful.
|
|
|
|
Django>=1.2
|
|
coverage>=3.4
|
|
URLObject>=0.6.0
|